Similarweb Scraper avatar

Similarweb Scraper

Pricing

from $4.87 / 1,000 website analyzeds

Go to Apify Store
Similarweb Scraper

Similarweb Scraper

Scrape website traffic data from Similarweb. Get monthly visits, traffic sources, top keywords, global rankings, and audience insights for any domain.

Pricing

from $4.87 / 1,000 website analyzeds

Rating

0.0

(0)

Developer

Alessandro Santamaria

Alessandro Santamaria

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape website traffic analytics from Similarweb. Get monthly visits, traffic sources, top keywords, global rankings, and audience insights for any domain.

What data do you get?

For each domain, the scraper returns:

  • Rankings: Global rank, country rank, category rank
  • Traffic: Total visits, bounce rate, pages per visit, average visit duration
  • Monthly visits: Last 3 months of estimated visit data
  • Traffic sources: Direct, search, social, referrals, mail, paid referrals (percentages)
  • Top countries: Top 5 countries by traffic share
  • Top keywords: Top 5 organic keywords with search volume and CPC
  • Competitors: Similar websites identified by Similarweb
  • Metadata: Site title, description, category, screenshot URL

Input

You can provide domains in two ways:

Option 1: Domain names

{
"domains": ["amazon.com", "github.com", "netflix.com"]
}

Option 2: Similarweb URLs

{
"urls": ["https://www.similarweb.com/website/amazon.com/"]
}

Full input example

{
"domains": ["amazon.com", "github.com"],
"urls": ["https://www.similarweb.com/website/netflix.com/"],
"maxResults": 50,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output example

{
"domain": "amazon.com",
"title": "Amazon Charts Top 20 Books",
"description": "See this week's Top 20 Most Read Fiction books...",
"global_rank": 9,
"country_rank": 4,
"country": "United States",
"country_code": "US",
"category_rank": 1,
"category": "E-commerce and Shopping > Marketplace",
"total_visits": 2289218737,
"bounce_rate": "30.61%",
"pages_per_visit": "9.06",
"avg_visit_duration": "06:02",
"monthly_visits": [
{ "date": "2025-12", "visits": 3077818349 },
{ "date": "2026-01", "visits": 2719230286 },
{ "date": "2026-02", "visits": 2289218737 }
],
"traffic_sources": {
"direct": 0.6838,
"search": 0.2394,
"social": 0.0141,
"referrals": 0.0552,
"mail": 0.0016,
"paid_referrals": 0.0058
},
"top_countries": [
{ "country_code": "US", "share": 0.8558 },
{ "country_code": "IN", "share": 0.012 }
],
"top_keywords": [
{ "keyword": "amazon", "estimated_value": 79784590, "volume": 71632480, "cpc": 0.25 }
],
"competitors": [],
"source_url": "https://www.similarweb.com/website/amazon.com/",
"source_platform": "similarweb.com",
"scraped_at": "2026-04-01T12:00:00Z"
}

Performance

  • Memory: 128 MB (Go binary, no browser needed)
  • Speed: ~1 domain per second (with rate limiting)
  • Cost: Very low compute usage (~0.001 CU per domain)

Pricing

EventPrice
website-result$0.005 per domain

Notes

  • Data availability depends on the domain's traffic. Very small or new websites may not have data.
  • Similarweb provides estimated traffic data, not exact numbers.
  • The free API returns basic analytics. Some fields (like detailed referral sites) require a paid Similarweb subscription.
  • The scraper includes a 1-second delay between requests to avoid rate limiting.

Related Scrapers

European Classifieds

Enrich your data

Issues & Feature Requests

If something is not working or you're missing a feature or data field, please open an issue and we'll look into it.