Collections from your data sources
Create a Search Collection from one or more data sources (crawled web pages). Indexing runs in the background and the collection becomes searchable when it's ready.
Build a Search Collection from one or more data sources (crawled web pages), then run
Learn more about SearchSearch runs on your own indexed content — create a collection, point it at your sources, and indexing happens in the background. Then query it from anywhere with your key.
Create a search collection from your sources
Let it index and run test queries in the dashboard
Query it from your app via core-search
No account yet? Start free — 100 credits, no card.
Build a Search Collection from one or more data sources (crawled web pages), then run full-text queries against it. Results come back ranked, with matching snippets you can highlight, plus language and date filters and pagination. A collection can be made public for a set of whitelisted domains — so you can embed search on your own site without exposing an API key — or kept private behind your key. Indexing runs in the background; you create or update a collection and it's searchable once it's ready.
Create a Search Collection from one or more data sources (crawled web pages). Indexing runs in the background and the collection becomes searchable when it's ready.
Query by keyword with ranked results, optional snippet highlighting, language and date filters, and pagination.
Whitelist domains to allow public, key-less search from your own site, or keep a collection private behind your API key.
Review the queries run against a collection, newest first, with date filters.
On-site search
Index your website or docs and add a fast, ranked search box — public on your own domains, no key in the browser.
Knowledge search
Search across crawled internal pages or a curated set of sources from your backend.
Research and monitoring
Query a collection with date filters to find when and where topics appear across your sources.
input
A collection built from data_source_ids, and a search query (with optional language / date / pagination filters).
output
Ranked hits with title, URL, description and relevance score, plus pagination — and optional per-field highlight fragments.
data_source_ids (your crawled web pages).status is ready.query, optionally filtering by language and date and turning on highlight.public_domains to a collection to allow public, key-less search from those domains — ideal for an on-site search box where you don't want an API key in the browser.public_domains, searching requires a valid API key. Query history is always private to the collection's owner key.data_source_ids re-indexes it automatically.force_reindex: true).queryrequiredstringThe search query.
languagestringRestrict results to a language (ISO 639-1).
date_fromstringOnly include pages from this date onward (ISO date).
date_tostringOnly include pages up to this date (ISO date).
pageintegerPage number.
page_sizeintegerResults per page.
highlightbooleanWhen true, results include highlighted snippets of the matched text.
Search Collections are free to create, index, search and manage.
| Service | Unit | Price |
|---|---|---|
| All Search endpoints | item | Free |
Creating, updating, re-indexing, searching and reading history are all free.