Similarweb Scraper
3 days trial then $20.00/month - No credit card required now
Similarweb Scraper
3 days trial then $20.00/month - No credit card required now
Get website traffic, keywords, bounce rates and seo data from SimilarWeb. Easy to use and fast. Export data to CSV, Excel or Google Sheets.
You can access the Similarweb Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "urls": [
3 "https://www.indeed.com/",
4 "https://www.linkedin.com/",
5 "https://www.glassdoor.com/"
6 ],
7 "proxySettings": {
8 "useApifyProxy": true,
9 "apifyProxyGroups": [
10 "RESIDENTIAL"
11 ]
12 }
13}' |
14apify call radeance/similarweb-scraper --silent --output-dataset
Similarweb Scraper API through CLI
The Apify CLI is the official tool that allows you to use Similarweb Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: