Finds downloadable documents such as PDFs, manuals, whitepapers, and technical specifications -- not regular web pages. Describe the document you want and the skill runs a file-type-scoped search to surface direct download links.
You want a downloadable document rather than a web page.
General web pages or articles, which a normal lookup handles better.
6.25 credits / search
Set these inside the intent when you run it.
The document you want to find, in plain words.
How recent the document must be, useful when you want the latest edition.
Links to downloadable documents matching your search, with title, source URL, and a brief description.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Web Search skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/web-search/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"filetype_lookup","query":"Sony WH-1000XM5 user manual","recency":"this year"}}'Example requests