Facebook
TwitterIn March 2024, search platform Google.com generated approximately 85.5 billion visits, down from 87 billion platform visits in October 2023. Google is a global search platform and one of the biggest online companies worldwide.
Facebook
TwitterDaily utilization metrics for data.lacity.org and geohub.lacity.org. Updated monthly
Facebook
TwitterBooking.com was the most-visited travel and tourism website worldwide in 2024, with an average of 562.6 million visits per month during the measured period. Tripadvisor.com ranked second, with 150.2 million visits, while Airbnb.com registered over 105.4 million average accesses.
Facebook
TwitterPinterest is a web traffic powerhouse: in March 2024 approximately 1.3 billion visits were measured to the Pinterest.com, making it one of the most-visited websites online. In the third quarter of 2023, Pinterest had 482 million monthly active users worldwide.
Facebook
TwitterTraffic analytics, rankings, and competitive metrics for walmart.com as of August 2025
Facebook
TwitterCC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
License information was derived automatically
Explore our detailed website traffic dataset featuring key metrics like page views, session duration, bounce rate, traffic source, and conversion rates.
Facebook
Twitterhttps://scoop.market.us/privacy-policyhttps://scoop.market.us/privacy-policy
Facebook
TwitterAs of June 2021, Amazon was the most visited e-commerce site in the United States, recording approximately **** billion monthly visits to Amazon.com. eBay ranked second, with more than *** million visits per month, while Walmart came in third, surpassing *** million.
Online retail in a nutshell Online retail in the United States is a multi-billion dollar sector of business-to-consumer transactions where goods and services are sold via the internet. There are several business models at play here with the likes of Walmart, Home Depot, or Target based on brick-and-mortar stores whereas others such as Amazon, eBay, or Etsy are designated online marketplaces. It also includes eBay which allows third-party or private sellers to market their goods.
Online retail sites enable customers to browse through a range of products before placing them into an electronic shopping cart. Unlike their retail counterparts, online retail sites are not bound to a physical location or limited by store opening hours, and as such, have proven themselves immensely convenient for consumers. Apparel & accessories and computers & consumer electronics are some of the most popular e-commerce categories in the United States.
Fast-growing retailers In addition to being the most visited retail site in the United States, Amazon also accounts for the vast majority of e-commerce sales. Over the past few years, Amazon’s retail sales in the United States have grown steadily, however, competition in this space is growing strong. Etsy, followed closely by Walmart and Target, are among the companies that recorded the fastest online retail sales growth in 2021.
Facebook
TwitterAttribution-NonCommercial-NoDerivs 4.0 (CC BY-NC-ND 4.0)https://creativecommons.org/licenses/by-nc-nd/4.0/
License information was derived automatically
This dataset supplements publication "Multilingual Scraper of Privacy Policies and Terms of Service" at ACM CSLAW’25, March 25–27, 2025, München, Germany. It includes the first 12 months of scraped policies and terms from about 800k websites, see concrete numbers below.
The following table lists the amount of websites visited per month:
| Month | Number of websites |
|---|---|
| 2024-01 | 551'148 |
| 2024-02 | 792'921 |
| 2024-03 | 844'537 |
| 2024-04 | 802'169 |
| 2024-05 | 805'878 |
| 2024-06 | 809'518 |
| 2024-07 | 811'418 |
| 2024-08 | 813'534 |
| 2024-09 | 814'321 |
| 2024-10 | 817'586 |
| 2024-11 | 828'662 |
| 2024-12 | 827'101 |
The amount of websites visited should always be higher than the number of jobs (Table 1 of the paper) as a website may redirect, resulting in two websites scraped or it has to be retried.
To simplify the access, we release the data in large CSVs. Namely, there is one file for policies and another for terms per month. All of these files contain all metadata that are usable for the analysis. If your favourite CSV parser reports the same numbers as above then our dataset is correctly parsed. We use ‘,’ as a separator, the first row is the heading and strings are in quotes.
Since our scraper sometimes collects other documents than policies and terms (for how often this happens, see the evaluation in Sec. 4 of the publication) that might contain personal data such as addresses of authors of websites that they maintain only for a selected audience. We therefore decided to reduce the risks for websites by anonymizing the data using Presidio. Presidio substitutes personal data with tokens. If your personal data has not been effectively anonymized from the database and you wish for it to be deleted, please contact us.
The uncompressed dataset is about 125 GB in size, so you will need sufficient storage. This also means that you likely cannot process all the data at once in your memory, so we split the data in months and in files for policies and terms.
The files have the following names:
Both files contain the following metadata columns:
website_month_id - identification of crawled websitejob_id - one website can have multiple jobs in case of redirects (but most commonly has only one)website_index_status - network state of loading the index page. This is resolved by the Chromed DevTools Protocol.
DNS_ERROR - domain cannot be resolvedOK - all fineREDIRECT - domain redirect to somewhere elseTIMEOUT - the request timed outBAD_CONTENT_TYPE - 415 Unsupported Media TypeHTTP_ERROR - 404 errorTCP_ERROR - error in the network connectionUNKNOWN_ERROR - unknown errorwebsite_lang - language of index page detected based on langdetect librarywebsite_url - the URL of the website sampled from the CrUX list (may contain subdomains, etc). Use this as a unique identifier for connecting data between months.job_domain_status - indicates the status of loading the index page. Can be:
OK - all works well (at the moment, should be all entries)BLACKLISTED - URL is on our list of blocked URLsUNSAFE - website is not safe according to save browsing API by GoogleLOCATION_BLOCKED - country is in the list of blocked countriesjob_started_at - when the visit of the website was startedjob_ended_at - when the visit of the website was endedjob_crux_popularity - JSON with all popularity ranks of the website this monthjob_index_redirect - when we detect that the domain redirects us, we stop the crawl and create a new job with the target URL. This saves time if many websites redirect to one target, as it will be crawled only once. The index_redirect is then the job.id corresponding to the redirect target.job_num_starts - amount of crawlers that started this job (counts restarts in case of unsuccessful crawl, max is 3)job_from_static - whether this job was included in the static selection (see Sec. 3.3 of the paper)job_from_dynamic - whether this job was included in the dynamic selection (see Sec. 3.3 of the paper) - this is not exclusive with from_static - both can be true when the lists overlap.job_crawl_name - our name of the crawl, contains year and month (e.g., 'regular-2024-12' for regular crawls, in Dec 2024)policy_url_id - ID of the URL this policy haspolicy_keyword_score - score (higher is better) according to the crawler's keywords list that given document is a policypolicy_ml_probability - probability assigned by the BERT model that given document is a policypolicy_consideration_basis - on which basis we decided that this url is policy. The following three options are executed by the crawler in this order:
policy_url - full URL to the policypolicy_content_hash - used as identifier - if the document remained the same between crawls, it won't create a new entrypolicy_content - contains the text of policies and terms extracted to Markdown using Mozilla's readability librarypolicy_lang - Language detected by fasttext of the contentAnalogous to policy data, just substitute policy to terms.
Check this Google Docs for an updated version of this README.md.
Facebook
TwitterComprehensive dataset analyzing Amazon's daily website visits, traffic patterns, seasonal trends, and comparative analysis with other ecommerce platforms based on May 2025 data.
Facebook
TwitterIn December 2024, social video platform YouTube recorded approximately ** billion visits on ****** and over ** billion visits from users on ******* devices. The web visitors traffic count from *********************** appeared consistently higher than the ******* visit count in the examined months.
Facebook
TwitterWebsites in the energy, utilities, and construction sector averaged the largest amount of visits per online session worldwide. In the fourth quarter of 2022, desktop users in that segment visited around ***** pages per online session. Travel and hospitality ranked second, with an average of almost *** pages visited. In terms of mobile users, travel and hospitality registered the highest number of page views, followed by retail.
Facebook
TwitterAccording to a report published by DataReportal, as of November 2023, the most visited website in Thailand was Google.com with approximately *** million monthly visits. This was followed by Youtube.com with around *** million monthly visits in that year.
Facebook
TwitterAs of April 2023, Amazon was by far the most popular online marketplace worldwide, averaging about *** billion visits that month. The second most visited shopping site was eBay, with roughly *** billion visits. In addition, both were also the world' s top online retailers in terms of mobile web traffic.
Facebook
TwitterWe provide audience data across the web with 30+ enriched attributes—including demographics, devices, app activity, and intent—we help marketers, agencies, and platforms build precise audience segments, optimize targeting, attribute locations, and understand cross-device journeys. Our continuously updated datasets deliver real-time insights that power smarter campaigns and future-ready strategies.
Leverage our data solutions for the following use cases: ✅ Data Validation & Model Building 🍁 Cultural & Seasonal Campaign Insights 🎯 Targeted, Data-Driven Advertising ✈️ Travel & Location-Based Targeting 🤝 Trial & Partnership Transparency
With AdPreference, expect the following key benefits through our partnership: 💪 Augment Data Attributes 🚀 Enrich CRM 🧑🤝🧑 Personalize Audience ❌ Fraud Prevention 🔍 Audience Curation
Access the largest and most customizable data segments with AdPreference today. Supercharge your needs with unique and enriched data not found anywhere else.
Facebook
TwitterIn November 2024, Google.com was the leading website in Mexico by unique visitors, with around 121 million single accesses to the URL during that period. Social video platform YouTube.com followed, with 66.1 million unique monthly visitors. Additionally, Facebook.com was ranked third with over 56 million unique monthly visitors.
Facebook
TwitterAttribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
This chart provides a detailed overview of the number of Greece online retailers by Monthly Visitors. Most Greece stores' Monthly Visitors are Less than 100, there are 24.2K stores, which is 54.06% of total. In second place, 13.76K stores' Monthly Visitors are 100 to 1K, which is 30.74% of total. Meanwhile, 5.84K stores' Monthly Visitors are 1K to 10K, which is 13.06% of total. This breakdown reveals insights into Greece stores distribution, providing a comprehensive picture of the performance and efficient of online retailer.
Facebook
TwitterAs of December 2024, google.com had the highest number of total monthly visits in the United Arab Emirates, with *** million. The website YouTube.com had the second-highest average of monthly total visits at *** million.
Facebook
TwitterReddit is a web traffic powerhouse: in March 2024 approximately 2.2 billion visits were measured to the online forum, making it one of the most-visited websites online. The front page of the internet Formerly known as “the front page of the internet”, Reddit is an online forum platform with over 130,000 sub-forums and communities. The platform allows registered users, called Redditors, to post content. Each post is open to the entire Reddit community to vote upon, either by down- or upvotes. The most popular posts are featured directly on the front page. Subreddits are available by category and Redditors can follow selected subreddits relevant to their interest and also control what content they see on their custom front page. Some of the most popular subreddits are r/AskReddit or r/AMA – the “Ask Me Anything” format. According to the company, Reddit hosted 1,800 AMAs in 2018, with a wide range of topics and hosts. One of the most popular Reddit AMA of 2022 by number of upvotes was by actor Nicolas Cagem with more than 238.5 thousand upvotes. Reddit usage The United States account for the biggest share of Reddit's desktop traffic, followed by the UK, and Canada. As of March 2023, Reddit ranked among the most popular social media websites in the United States.
Facebook
TwitterGalaxus recorded over ** million visitors to its Swiss, German, and Austrian domains in March 2025. This was a traffic increase of over *** million visits from the month before. The Swiss e-tailer's Swiss domain, galaxus.ch, received the large majority of traffic in 2025.
Facebook
TwitterIn March 2024, search platform Google.com generated approximately 85.5 billion visits, down from 87 billion platform visits in October 2023. Google is a global search platform and one of the biggest online companies worldwide.