Pulls customer reviews, star ratings, and reputation signals for businesses and products from dedicated review platforms. Returns structured review records with rating, date, author, and review text.
You want review text, ratings, and reputation signals for a company, product, or local business.
App-store or marketplace reviews (use marketplaces), or map-place reviews (use search and maps).
~90 credits / run (up to 5000)
A focused set of recent reviews is the usual case; scraping all reviews costs more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
A company name, business name, or review-platform URL for the business you want reviews for.
Roughly how many reviews to return.
A list of structured review records with star rating, review text, author, and date.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Site Scrapers skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/site-scrapers/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"reviews","target":"https://www.trustpilot.com/review/acme.com","limit":"50"}}'Example requests