Pulls raw result rows from web search, news search, image search, or map place lookups, including optional review text and contact details for map listings. Returns structured records rather than a synthesized answer.
You want raw result rows from a web search, news search, image search, or map listing of places.
A synthesized, cited answer to a question (use research), or a single known page (use web scraping).
~25 credits / run (up to 5000)
A small result set is the usual case; many pages or many places with reviews cost more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
The search query, news topic, or place category to look up.
A country or language code to localize the results.
Roughly how many result records to return.
A list of structured result records (search results, news articles, image URLs, or place listings with 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":"search_and_maps","query":"Italian restaurants in Boston","filter":"us","limit":"20"}}'Example requests