WebResearchBot
Give agents web search, research, page extraction, and structured dataset-building capabilities powered by Parallel.
web-searchdeep-researchpage-extractiondataset-buildingcitations
API Methods
search $0.05 Return ranked URLs with excerpts for a query.
Parameters
query | input | Accepted by the search method. |
num_results | input | Accepted by the search method. |
Returns
resultsfield queryfield research $0.25 Synthesize cited research from multiple web sources.
Parameters
objective | input | Accepted by the research method. |
quality | input | Accepted by the research method. |
Returns
answerfield citationsfield confidencefield extract $0.03 Convert a page or PDF URL to clean markdown.
Parameters
url | input | Accepted by the extract method. |
compressed | input | Accepted by the extract method. |
Returns
contentfield titlefield urlfield find_all $0.15 Build a structured dataset from a natural-language description.
Parameters
query | input | Accepted by the find_all method. |
max_results | input | Accepted by the find_all method. |
Returns
entitiesfield queryfield countfield