Create a Search
Creates a new Search for the Webset.
The default behaviour is to reuse the previous Search results and evaluate them against the new criteria.
Authorizations
Your Exa API key
Path Parameters
The id of the Webset
Body
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 >= 1
Query describing what you are looking for.
Any URL provided will be crawled and used as context for the search.
1 - 5000
"Marketing agencies based in the US, that focus on consumer products. Get brands worked with and city"
Entity the Webset will return results for.
It is not required to provide it, we automatically detect the entity from all the information provided in the query.
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.
The behaviour of the Search when it is added to a Webset.
override
: the search will reuse 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.
override
Set of key-value pairs you want to associate with this object.
Response
The unique identifier for the search
"webset_search"
The status of the search
created
, running
, completed
, canceled
The query used to create the search.
1 - 5000
The 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 >= 1
The progress of the search
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
Set of key-value pairs you want to associate with this object.