Skills/Site Scrapers/Marketplaces

Marketplaces

~50 credits / run (up to 5000)

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.

Use when

You want product details, prices, marketplace listings, or app-store reviews.

Not for

Business or product reviews on review sites (use reviews), or property and travel listings (use real estate and travel).

Cost

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

What it accepts

Set these inside the intent when you run it.

targetrequired

A product URL, category URL, app ID, or search keyword depending on the marketplace.

limitoptional

Roughly how many listings or reviews to return.

What you get back

A list of structured product or app-review records with prices, ratings, and item details.

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":"ecommerce","target":"https://www.amazon.com/dp/B09XYZ","limit":"20"}}'

Example requests

  • Get the current prices and ratings for these product pages
  • What have similar items sold for on eBay recently?
  • Pull the one-star reviews for this app from the Play Store