Returns website analytics data including traffic, rankings, audience insights, and competitive intelligence from SimilarWeb Outscraper API.
Install the gem and add to the application's Gemfile by executing:
bundle add outscraperIf bundler is not being used to manage dependencies, install the gem by executing:
gem install outscraperrequire 'Outscraper'
client = Outscraper::Client.new('SECRET_API_KEY')Link to the profile page to create the API key
# Get data from Similarweb businesses:
results = client.similarweb('apple.com')