Skills/Site Scrapers/Reviews and reputation

Reviews and reputation

~90 credits / run (up to 5000)

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.

Use when

You want review text, ratings, and reputation signals for a company, product, or local business.

Not for

App-store or marketplace reviews (use marketplaces), or map-place reviews (use search and maps).

Cost

~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.

What it accepts

Set these inside the intent when you run it.

targetrequired

A company name, business name, or review-platform URL for the business you want reviews for.

limitoptional

Roughly how many reviews to return.

What you get back

A list of structured review records with star rating, review text, author, and date.

Run it

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

  • Get the most recent Trustpilot reviews for this company
  • Pull the one and two-star Yelp reviews for this restaurant
  • What are customers saying about this business on Trustpilot?