Similarweb Pro Scraper avatar

Similarweb Pro Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Similarweb Pro Scraper

Similarweb Pro Scraper

Extract domain traffic, global rank, country rank, category rank, total visits, bounce rate, and visit duration.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Jobs Scraper

Jobs Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Similarweb Scraper

Scrape Similarweb website analytics including traffic volume, bounce rate, global rankings, engagement metrics, and referral sources.

Features

  • Traffic & Rankings: Extracts Global Rank, Country Rank, Category Rank, Total Monthly Visits, Bounce Rate, Pages per Visit, and Average Visit Duration.
  • Traffic Acquisition & Demographics: Captures Traffic Sources breakdown (Direct, Search, Referral, Social), Top Geographic Countries, Top Keywords, Top Referral domains, and Main Competitors.
  • Strict Data Quality: Automatic zero-null validation filtering out incomplete or invalid dataset entries.
  • Apify Dataset Storage: Outputs clean structured JSON objects directly to Apify dataset storage.

Input Parameters

Provide input in INPUT.json or via Apify Console form:

{
"targetDomains": [
"apify.com",
"github.com"
]
}
ParameterTypeDescriptionDefault / Example
targetDomainsArray of StringsList of website domain names to analyze["apify.com", "github.com"]

Output Data Structure

The Actor pushes structured objects to the default Apify Dataset:

{
"domain": "apify.com",
"globalRank": 12500,
"countryRank": 5400,
"categoryRank": 280,
"category": "Computers Electronics and Technology / Software",
"totalVisits": "1.2M+",
"bounceRate": "36.2%",
"pagesPerVisit": 4.5,
"avgVisitDuration": "00:05:15",
"trafficSources": {
"direct": "45.0%",
"search": "42.0%",
"referral": "8.0%",
"social": "5.0%"
},
"topCountries": [
{
"country": "United States",
"share": "38.0%"
},
{
"country": "United Kingdom",
"share": "10.0%"
}
],
"topKeywords": [
"apify",
"web scraping",
"cloud automation"
],
"topReferrals": [
"google.com",
"github.com"
],
"competitors": [
"brightdata.com",
"scrapingbee.com"
]
}

How to Run

Run locally using Apify CLI:

$apify run

Or deploy to Apify Platform:

$apify push