Datasets
Search API endpoint allows you to search for data in the datasets.
Contact us to access our diverse range of business datasets, which are available through this API and billed based on the number of rows returned.
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
This parameter specifies the query to search for. Based on Elasticsearch Query DSL.
Examples:
- Match query:
- Exclude companies:
- Exclude results based on multiple criteria:
This parameter specifies the sort order of the results. Example:
This will sort results by the “founded” field in descending order, then by the “name” field in ascending order.
This parameter specifies the number of results to return. Example:
This will return a maximum of 20 results.
This parameter specifies the starting index of the results. Example:
This will start returning results from the 101st match (useful for pagination).
Response
List of data matching the query.
Total number of results matching the query.
Maximum relevance score of the matching results.
Credits used for the query.
Identifier of the account.
Name of the account.
Was this page helpful?