Skip to main content
Similarweb traffic data via Apify. Pull website visits, global and country rank, and engagement metrics for one or more domains. Runs asynchronously: start a run, poll it, then fetch the rows from the Apify dataset endpoint by run id. 1 endpoint available through Lava’s AI Gateway. See the Similarweb API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Endpoints

Start a Similarweb traffic scrape (async). Pass websites (array of bare domains or URLs). One result per website. Returns a run object; the gateway polls it and bills the real run cost. Fetch rows from GET /v2/actor-runs/{runId}/dataset/items.

POST https://api.apify.com/v2/acts/tri_angle~fast-similarweb-scraper/runs — $0.03 / request
const data = await lava.gateway('https://api.apify.com/v2/acts/tri_angle~fast-similarweb-scraper/runs', { body: {"websites":["apple.com","https://stripe.com"]} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests