Creates a new Search for the Webset.
The default behavior is to reuse the previous Search results and evaluate them against the new criteria.
Your Exa API key
The id of the Webset
Number of Items the Search will attempt to find.
The actual number of Items found may be less than this number depending on the query complexity.
x >= 1Natural language search query describing what you are looking for.
Be specific and descriptive about your requirements, characteristics, and any constraints that help narrow down the results.
Any URLs provided will be crawled and used as additional context for the search.
1 - 5000Entity the search will return results for.
It is not required to provide it, we automatically detect the entity from all the information provided in the query. Only use this when you need more fine control.
Criteria every item is evaluated against.
It's not required to provide your own criteria, we automatically detect the criteria from all the information provided in the query. Only use this when you need more fine control.
1 - 5 elementsSources (existing imports or websets) to exclude from search results. Any results found within these sources will be omitted to prevent finding them during search.
Limit the search to specific sources (existing imports). Any results found within these sources matching the search criteria will be included in the Webset.
Whether to provide an estimate of how many total relevant results could exist for this search.
Result of the analysis will be available in the recall field within the search request.
How this search interacts with existing items in the Webset:
override, append Set of key-value pairs you want to associate with this object.
Webset Search created
The unique identifier for the search
"webset_search"The status of the search
created, pending, running, completed, canceled The unique identifier for the Webset this search belongs to
The query used to create the search.
1 - 5000The entity the search will return results for.
When no entity is provided during creation, we will automatically select the best entity based on the query.
The criteria the search will use to evaluate the results. If not provided, we will automatically generate them for you.
The number of results the search will attempt to find. The actual number of results may be less than this number depending on the search complexity.
x >= 1Sources (existing imports or websets) used to omit certain results to be found during the search.
The scope of the search. By default, there is no scope - thus searching the web.
If provided during creation, the search will only be performed on the sources provided.
The progress of the search
Recall metrics for the search, null if not yet computed or requested.
The date and time the search was canceled
The reason the search was canceled
webset_deleted, webset_canceled The date and time the search was created
The date and time the search was updated
The behavior of the search when it is added to a Webset.
override: the search will replace the existing Items found in the Webset and evaluate them against the new criteria. Any Items that don't match the new criteria will be discarded.append: the search will add the new Items found to the existing Webset. Any Items that don't match the new criteria will be discarded.override, append Set of key-value pairs you want to associate with this object.