Best Similarweb Scraper avatar

Best Similarweb Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Best Similarweb Scraper

Best Similarweb Scraper

A powerful Apify Actor designed to capture on-demand screenshots of any web page. This scraper can capture full-page or viewport screenshots as pages render right now, making it perfect for visual monitoring, QA testing, and content archiving.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

Scoutlayer

Scoutlayer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Get traffic and engagement estimates for any domain — visits, bounce rate, traffic sources, top countries, top organic keywords, AI-chatbot referral traffic, and global/category ranking. This actor is powered live by the ScoutLayer Traffic & Engagement API, so there's nothing to configure and no ScoutLayer account needed — just run it.

Input

FieldTypeRequiredDescription
domainsarrayYesOne or more domains to get traffic estimates for, e.g. ["wikipedia.org"]
{
"domains": ["wikipedia.org", "shopify.com"]
}

Output

Results are stored in the dataset under the key results, one item per domain:

{
"domain": "wikipedia.org",
"title": "Wikipedia",
"description": "The Free Encyclopedia",
"categoryPath": ["reference_materials", "encyclopedias"],
"dataAsOf": "2026-06-30",
"period": "2026-06",
"engagement": {
"visits": 5200000000,
"bounceRate": 0.42,
"pagesPerVisit": 2.8,
"avgVisitDurationSec": 210
},
"monthlyVisits": [{ "month": "2026-04", "visits": 5100000000 }],
"sources": {
"direct": 0.55,
"searchOrganic": 0.4,
"searchPaid": 0,
"socialOrganic": 0.02,
"socialPaid": 0,
"referrals": 0.02,
"mail": 0.001,
"displayAds": 0,
"affiliate": 0,
"genAi": 0.01
},
"topCountries": [{ "countryCode": "US", "share": 0.18 }],
"globalRank": 7,
"countryRank": { "countryCode": "US", "rank": 6 },
"categoryRank": { "category": "reference_materials", "rank": 1 },
"topKeywords": [{ "keyword": "wikipedia", "searchVolume": 50000000, "cpc": 0.1, "trafficScore": 100 }],
"similarSites": [{ "domain": "britannica.com", "affinity": 0.3 }],
"aiTraffic": {
"visits": 12000000,
"share": 0.002,
"byChatbot": [{ "name": "ChatGPT", "share": 0.8 }],
"history": [],
"topPrompts": null
},
"quality": { "isLowTraffic": false, "isAnalyticsVerified": false }
}

Fields are null where an estimate isn't available for that domain (e.g. too little traffic to estimate reliably — see quality.isLowTraffic), not an error.


Need this data outside of Apify, or coverage beyond traffic estimates? ScoutLayer offers a direct REST/MCP API across many platforms — see the docs for details.