Centralise your reviews from different websites on Feedier.
Table of Contents |
---|
...
Centralisez vos avis provenant de différents sites web sur Feedier
Table of Contents |
---|
Connectez vos sites d’avis en ligne sur Feedier
Info |
---|
Source → Online Reviews → Create a new import → Web scraping |
...
...
Avis en ligne → Créer une nouvelle importation → Extraction web |
...
Connecter les élements
...
ExamplesExemples
If Si Trustpilot:
Web Scrapping URL: https://uk.trustpilot.com/review/xxxx?sort=recency
Feedback item (CSS selector): div[class*='styles_reviewCard']
Feedback date (CSS selector): time#title
Pagination link (CSS selector): a[class*='pagination-link_next__']
If SI All agents:
Web scrapping URL -> https://www.allagents.co.uk/view-branch/xxx/yyy/reviews/
Feedback item (CSS selector): .agentReviewsWrapper
Feedback date (CSS selector): .agentReviewsWrapper .review_date meta#content
Feedback extend link (CSS selector): .reviewContent a
Pagination link (CSS selector): .agentReviewsPagination .pagination li:last-child:not(.disabled) a
...
Connect your questions and attributes here
...
Cartographie les élements
Connectez vos questions et attributs ici
Maintenant, nous devons faire correspondre la source de données avec la manière dont Feedier lira les informations.
...
Examples
Exemples
If Si Trustpilot:
Data source → Feedier data receiverdiv[class*='styles_reviewHeader']#data-service-review-rating -> Review Score
div[class*='styles_reviewContent'] p -> Review comment
a[class*='styles_consumerDetails'] > span -> attribute name
div[class*='styles_reviewContent'] h2 -> Review title
If Si AllAgents:
Data source → Feedier data receiver
.agentReviewsWrapper .reviewStarsMobile .reviewTitleText span span ->Review Score
.agentReviewsWrapper .reviewContent span -> Review comment
.agentReviewsWrapper .review_author span strong span -> Attribute Name
@xyz-> Attribute location
Web scraping is done on a daily basis so you can keep up to date with recent reviews as they come inL'extraction web est effectuée quotidiennement afin que vous puissiez rester à jour avec les avis récents au fur et à mesure de leur arrivée.