Skip to main content
POST
/
v1
/
tools
/
web
/
search
Search the web
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>"
}

Authorizations

Api-Key
string
header
required

Access the API as yourself. You can find your API key in your profile menu in Portal.

Body

application/json

The search query, number of results (defaults to 10), and optional filters for published date range and category.

query
string
required

The search query. Keep it very short and concise (max 400 characters).

category
string

Optional filter for content category. Available options: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.

endPublishedDate
string

Optional filter for the latest published date of results. Format: ISO 8601 timestamp (e.g., "2025-11-20T04:59:59.999Z").

numResults
integer

The number of search results to return (1-10). Defaults to 10 if not provided.

startPublishedDate
string

Optional filter for the earliest published date of results. Format: ISO 8601 timestamp (e.g., "2025-08-19T04:00:00.000Z").

Response

OK

result
any