Build an agent tool
Give an agent bounded search and scrape tools, preserve citations, and control context size.
RESOURCE CENTER
Practical guidance for designing search, scrape, and crawl systems:from a first request to a monitored production pipeline.
Use the workflow closest to what you are building.
Give an agent bounded search and scrape tools, preserve citations, and control context size.
Crawl approved domains, normalize content, and refresh only pages that changed.
Extract stable fields from product, policy, and pricing pages on a schedule.
Test extraction in the playground, copy a request from the docs, then use changelog updates to keep your integration current.
Inspect the exact Markdown produced for a public URL before writing integration code.
See concrete architectures for research, RAG ingestion, and competitive intelligence.
Follow new extraction controls, reliability improvements, and API behavior changes.
Run a real URL in the playground or review the request and response formats in the API docs.