scope parameter on /search, /answer, and /v1/chat/completions now accepts three new values alongside the default news scope: people, companies, and wikipedia. Each scope searches a different, dedicated subset of the Seltz owned index, and returns results structured for that scope.
Highlights
people— Over 800 million public professional profiles aggregated from LinkedIn, public company pages, and other social sources. Each result is a profile with fields like experience, education, skills, and certifications.companies— Over 35 million company profiles. Each result includes fields like workforce size, financials, key executives, and recent news.wikipedia— English-language Wikipedia articles.- Same default as before — Omitting
scope, or passing an empty/whitespace-only value, still resolves tonews. - Available everywhere —
/search,/answer, and/v1/chat/completionsall accept the parameter.
Quick Start
Data Concepts
Understanding scopes and what each one contains
API Reference
Full
scope parameter specification