Skills/Site Scrapers/Search and maps

Search and maps

~25 credits / run (up to 5000)

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.

Use when

You want raw result rows from a web search, news search, image search, or map listing of places.

Not for

A synthesized, cited answer to a question (use research), or a single known page (use web scraping).

Cost

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

What it accepts

Set these inside the intent when you run it.

queryrequired

The search query, news topic, or place category to look up.

filteroptional

A country or language code to localize the results.

limitoptional

Roughly how many result records to return.

What you get back

A list of structured result records (search results, news articles, image URLs, or place listings with 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":"search_and_maps","query":"Italian restaurants in Boston","filter":"us","limit":"20"}}'

Example requests

  • Get the Google search results for "best standing desks 2024"
  • Find all coffee shops near downtown Chicago on Google Maps
  • Pull the latest Google News articles about electric vehicles