Skip to main content
POST
/
web
/
search
cURL
curl -X POST https://api.crevio.co/v1/web/search \
  -H "Authorization: Bearer $CREVIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"best AI storefront builders","count":5}'
{
  "results": [
    {
      "title": "<string>",
      "url": "<string>",
      "snippet": "<string>",
      "markdown": "<string>",
      "position": 123
    }
  ],
  "provider": "<string>"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json
query
string
required

Search query.

count
integer

Number of results (1–20, default 5).

site
string

Optional domain to scope the search to, e.g. "stripe.com".

scrape
boolean

Scrape each result's page content into markdown (default false).

Response

OK

results
object[]
provider
string