Pull Similarweb intelligence for any domain. Returns total monthly visits, traffic source breakdown (direct, search, social, referral, mail, paid), top organic and paid keywords with traffic share, global rank, country rank, category rank, top countries by visit share, top referring sites, top destination sites, and the auto-generated competitor list. Built for bulk: pass 1,000 domains and it returns one row per site. Ideal for competitive intelligence, market sizing, content strategy, and ABM scoring.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~similarweb-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "domains": [ "stripe.com", "shopify.com", "hubspot.com", "salesforce.com", "competitor.io" ] }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/similarweb-scraper
| Field | Type | Example |
|---|---|---|
| domain | string | stripe.com |
| monthly_visits | integer | 58,420,000 |
| global_rank | integer | 428 |
| category | string | Finance > Financial Planning and Management |
| category_rank | integer | 12 |
| search_pct | number | 42.6 |
| direct_pct | number | 38.1 |
| top_organic_keywords | array | [{"keyword":"stripe","traffic_share":0.18}] |
| top_countries | array | [{"country":"US","share":0.41}] |
| competitors | array | ["paypal.com","square.com","adyen.com"] |