curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/web/search \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'{
"result": "<unknown>"
}Search the web for up-to-date information. Returns search results with content. Supports optional filters for published date range and content category.
curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/web/search \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'{
"result": "<unknown>"
}Access the API as yourself. You can find your API key in your profile menu in Portal.
The search query, number of results (defaults to 10), and optional filters for published date range and category.
The search query. Keep it very short and concise (max 400 characters).
Optional filter for content category. Available options: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
Optional filter for the latest published date of results. Format: ISO 8601 timestamp (e.g., "2025-11-20T04:59:59.999Z").
The number of search results to return (1-10). Defaults to 10 if not provided.
Optional filter for the earliest published date of results. Format: ISO 8601 timestamp (e.g., "2025-08-19T04:00:00.000Z").
OK
Was this page helpful?