Skills/Generic Scrapers/Search results

Search results

1.875 credits / search

Runs a query against a search engine and returns the ranked result rows as structured data, including titles, URLs, and snippets. Use this when you want the raw list of what a search engine ranks, not a synthesized answer.

Use when

You want what Google, Bing, or another engine ranks for a query, as parsed results with titles, links, and snippets.

Not for

Reading the content of a result page (read it with Read a page), or answering a question directly (use Web Search).

Cost

1.875 credits / search

What it accepts

Set these inside the intent when you run it.

queryrequired

The search query to run.

filteroptional

A country code to localize the results (e.g. us, gb, de).

What you get back

A list of ranked search result objects with title, URL, and snippet for each.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Generic Scrapers skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/web-scraping/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"search_engine","query":"best coffee grinders under $100","filter":"us"}}'

Example requests

  • What does Google rank for "best project management tools 2024"?
  • Get the top Bing results for this keyword
  • Fetch the search results page for "climate change policy" from the UK