NOSIBLE Research / Reference
Data dictionary index
One data dictionary per NOSIBLE data product. Each document defines every field in its payload; endpoint dictionaries also cover request headers, error responses, and end with a worked end-to-end example.
01NOSIBLE World
Event dataset · V1.2 · as of 2026-07-13
The point-in-time world event dataset. One document defines the full event payload, delivered as events.ndjson.
| Document | Covers | |
|---|---|---|
| NOSIBLE World Every field in a World event, in payload order. One event per line of events.ndjson. | events.ndjson | Download ↓133 KB |
Need category definitions and classification evidence? Explore the World ontology reference.
02NOSIBLE Search
Search API · V2.1.0 · as of 2026-07-20
The NOSIBLE Search API. One document per endpoint; groups and order mirror the live API reference.
| Document | Covers | |
|---|---|---|
| Web searchFind relevant content published on the web. | ||
| Free Search Keyless search returning up to 10 results. Fast Search inputs with tighter caps. | POST /search/v2/free-search | Download ↓161 KB |
| Fast Search Synchronous search returning up to 100 results per query. | POST /search/v2/fast-search | Download ↓160 KB |
| Time Search One independent search per interval across a requested period. Asynchronous. | POST /search/v2/time-search | Download ↓195 KB |
| Rich Search Every Fast Search input plus enrichment toggles: embeddings, quant signals, classifications, website insights. | POST /search/v2/rich-search | Download ↓213 KB |
| Bulk Search Asynchronous. Up to 10,000 results per query, delivered as an encrypted file on S3. | POST /search/v2/bulk-search | Download ↓189 KB |
| Web agentsPrompt your way to perfect search results. | ||
| AI Search Agent-planned search: builds a query strategy, probes, expands, runs a deep 100-result search. | POST /search/v2/search | Download ↓99 KB |
| Web scraperTurn messy HTML pages into beautiful JSON. | ||
| Scrape URL One URL in, one structured document out: text, metadata, authors, dates, snippets. | POST /search/v2/scrape-url | Download ↓132 KB |
| Web mentionsTurn keyword queries into mention time-series. | ||
| Topic Trend Keyword query in, mention time-series out. | POST /search/v2/topic-trend | Download ↓83 KB |
| Web alerts [beta]Monitor the web for exciting new content. | ||
| Save Search Saves a search configuration to the crawl feed, which runs it on an ongoing basis. | POST /search/v2/save-search | Download ↓165 KB |
| Delete Search Permanently deletes a saved search and turns off its web alert. | POST /search/v2/delete-search | Download ↓72 KB |
| Get Searches Returns every saved search on your API key, with full configurations. | POST /search/v2/get-searches | Download ↓79 KB |
Endpoint dictionaries are versioned to the Search API release published in the live OpenAPI docs. Field names, types, shapes, and example values are documented per field. Explore the Search API.