Pulls product listings, prices, seller details, and sold-item history from online marketplaces, and reviews from mobile app stores. Returns structured records with price, rating, availability, and product detail for each item.
You want product details, prices, marketplace listings, or app-store reviews.
Business or product reviews on review sites (use reviews), or property and travel listings (use real estate and travel).
~50 credits / run (up to 5000)
A small set of products is the usual case; scraping many listings or full details 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 product URL, category URL, app ID, or search keyword depending on the marketplace.
Roughly how many listings or reviews to return.
A list of structured product or app-review records with prices, ratings, and item details.
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":"ecommerce","target":"https://www.amazon.com/dp/B09XYZ","limit":"20"}}'Example requests