Skip to content

A python example for the free Similarweb extension API, which is useable without API key

Notifications You must be signed in to change notification settings

DaWe35/Similarweb-free-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Similarweb free API

The Similarweb Chrome extension (or Firefox add-on) provides free access for some basic data (traffic, global and country rank, bounce rate, geo, traffic sources, screenshot, category) using an undocumented API endpoint. With extension source viewer, you can find the URL, which returns free data about a given domain without using any API keys. Example:

https://data.similarweb.com/api/v1/data?domain=github.com

Note that subdomain requests returns the main domain statistics. We don't know what is the limitation of this API endpoint, so be careful and wait some minutes/hours when the limit reached (prevention to getting banned not implemented yet).

Is it legal? Yes, the endpoint is just hidden, not forbidden. The data also available on their website, for free (so you can write a crawler also, if you don't want to use this API).

About

A python example for the free Similarweb extension API, which is useable without API key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages