Similarweb Scraper

ENDPOINTS
GET/websites/traffic

Website Traffic

Get monthly visits for 3 months, bounce rate, pages per visit, visit duration, traffic sources and top countries.

QUERY PARAMS

Website domain or any link on it (a similarweb.com/website/ link works too). www. is dropped; subdomains are kept.

Examples:

  • Domain: netflix.com
  • URL: https://www.netflix.com/
  • Similarweb link: https://www.similarweb.com/website/netflix.com/
{
  "domain": "netflix.com",
  "link": "https://netflix.com",
  "similarweb_link": "https://www.similarweb.com/website/netflix.com/",
  "description": "Watch Netflix movies & TV shows online or stream right to your smart TV, game console, PC, Mac, mobile, tablet and more.",
  "category": {
    "id": "arts-and-entertainment/tv-movies-and-streaming",
    "name": "Arts and Entertainment > TV Movies and Streaming"
  },
  "favicon": "https://site-images.similarcdn.com/image?url=netflix.com&t=2&s=1&h=68a2885c7960ece3b1d7dd9b592e7ad1b35ddeb89fc89650435c1507f3f1c0b3",
  "screenshots": {
    "desktop": "https://site-images.similarcdn.com/image?url=netflix.com&t=1&s=1&h=68a2885c7960ece3b1d7dd9b592e7ad1b35ddeb89fc89650435c1507f3f1c0b3",
    "mobile": "https://site-images.similarcdn.com/image?url=netflix.com&t=4&s=1&h=68a2885c7960ece3b1d7dd9b592e7ad1b35ddeb89fc89650435c1507f3f1c0b3"
  },
  "visits": 1633696443,
  "visits_change": 0.0166,
  "bounce_rate": 0.3962,
  "pages_per_visit": 4.24,
  "avg_visit_duration_seconds": 377,
  "monthly_visits": [
    {
      "month": "2026-06",
      "visits": 1461642187,
      "change": -0.0335
    },
    {
      "month": "2026-07",
      "visits": 1606966841,
      "change": 0.0994
    },
    {
      "month": "2026-08",
      "visits": 1633696443,
      "change": 0.0166
    }
  ],
  "traffic_sources": [
    {
      "source": "direct",
      "rank": 1,
      "share": 0.7284
    },
    {
      "source": "organic_search",
      "rank": 2,
      "share": null
    },
    {
      "source": "organic_social",
      "rank": 3,
      "share": null
    },
    {
      "source": "referrals",
      "rank": null,
      "share": null
    },
    {
      "source": "email",
      "rank": null,
      "share": null
    },
    {
      "source": "ai_chatbots",
      "rank": null,
      "share": null
    },
    {
      "source": "display_ads",
      "rank": null,
      "share": null
    },
    {
      "source": "paid_social",
      "rank": null,
      "share": null
    },
    {
      "source": "paid_search",
      "rank": null,
      "share": null
    },
    {
      "source": "affiliates",
      "rank": null,
      "share": null
    }
  ],
  "top_countries": [
    {
      "country": {
        "code": "US",
        "name": "United States"
      },
      "share": 0.199,
      "share_change": -0.0226
    },
    {
      "country": {
        "code": "IN",
        "name": "India"
      },
      "share": 0.0675,
      "share_change": -0.0071
    },
    {
      "country": {
        "code": "FR",
        "name": "France"
      },
      "share": 0.046,
      "share_change": 0.1269
    },
    {
      "country": {
        "code": "GB",
        "name": "United Kingdom"
      },
      "share": 0.0456,
      "share_change": 0.092
    },
    {
      "country": {
        "code": "BR",
        "name": "Brazil"
      },
      "share": 0.0453,
      "share_change": -0.0112
    }
  ],
  "countries_count": 111,
  "snapshot_date": "2026-08-01"
}