Web Search Results (with optional page content)
Pricing
from $1.00 / 1,000 search results
Web Search Results (with optional page content)
Run web searches and get structured results (rank, title, URL, snippet) — optionally with the full page content of each result as clean, LLM-ready Markdown. Built for AI agents and research pipelines.
Pricing
from $1.00 / 1,000 search results
Rating
0.0
(0)
Developer
Fabio Suizu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Web Search Results (with optional page content) — by Brainiall
Run web searches programmatically and get structured, ready-to-use results: rank, title, URL and snippet for every hit. Flip one switch and the Actor also fetches each result page and returns its full content as clean, LLM-ready Markdown — search and content extraction in a single run.
What it does
- Web search — submit one or more queries, get up to 25 ranked results each.
- Structured output — every result is one dataset item:
query,rank,title,url,snippet. - Optional page content — with
fetchPageContentenabled, each result item also carries the page's full Markdown, ready for RAG chunking or agent consumption. No second tool needed.
Powered by the Brainiall Web engine (api.brainiall.com) — a production web-intelligence service built for AI workloads.
Who it's for
- AI research agents — give your agent real search plus real page content in one call, instead of stitching a SERP tool and a scraper together.
- RAG pipelines — turn a topic into fresh, clean Markdown documents automatically.
- Market & content research — track what ranks for your queries and what those pages actually say.
- Lead and source discovery — find and qualify pages at scale.
Compliance-first by design
This Actor inherits the ethics posture of the Brainiall Web engine: robots.txt is honored when fetching page content, bot-detection is never bypassed, and internal/private addresses are never fetched. Clean answers for your compliance team.
Input
{"queries": ["best vector databases 2026","retrieval augmented generation best practices"],"maxResultsPerQuery": 10,"fetchPageContent": true}
| Field | Description |
|---|---|
queries | Search queries to run (each result = one dataset item). |
maxResultsPerQuery | Up to 25 results per query. |
fetchPageContent | Also fetch each result page as clean Markdown (charged per page). |
Output
{"query": "best vector databases 2026","rank": 1,"title": "Best Vector Databases in 2026: Complete Comparison Guide","url": "https://example.com/articles/best-vector-databases","snippet": "Compare the best vector databases in 2026: features, performance, pricing...","markdown": "# Best Vector Databases in 2026\n\n..."}
Export as JSON, CSV or Excel, or consume via the Apify API — ready for LangChain, LlamaIndex or any custom pipeline.
Pricing
Pay per event, no subscriptions:
- Search result — each ranked result delivered.
- Page converted — each result page fetched as Markdown (only when
fetchPageContentis on).
Failed queries and unfetchable pages are never charged.
Tips
- Keep
fetchPageContentoff for cheap link discovery; turn it on when your pipeline needs the actual content. - Batch related queries in one run — they execute concurrently.
- Deduplicate by
urlwhen queries overlap.
Built and maintained by Brainiall — production AI APIs for speech, documents, vision and the web.