77 datasets found
  1. Facebook users in the United States 2019-2028

    • statista.com
    • tokrwards.com
    • +3more
    Updated Dec 12, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2024). Facebook users in the United States 2019-2028 [Dataset]. https://www.statista.com/statistics/408971/number-of-us-facebook-users/
    Explore at:
    Dataset updated
    Dec 12, 2024
    Dataset authored and provided by
    Statistahttp://statista.com/
    Area covered
    United States
    Description

    The number of Facebook users in the United States was forecast to continuously increase between 2024 and 2028 by in total 12.6 million users (+5.04 percent). After the ninth consecutive increasing year, the Facebook user base is estimated to reach 262.8 million users and therefore a new peak in 2028. Notably, the number of Facebook users of was continuously increasing over the past years.User figures, shown here regarding the platform facebook, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).

  2. Facebook users worldwide 2017-2027

    • statista.com
    • tokrwards.com
    • +5more
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stacy Jo Dixon, Facebook users worldwide 2017-2027 [Dataset]. https://www.statista.com/topics/1164/social-networks/
    Explore at:
    Dataset provided by
    Statistahttp://statista.com/
    Authors
    Stacy Jo Dixon
    Description

    The global number of Facebook users was forecast to continuously increase between 2023 and 2027 by in total 391 million users (+14.36 percent). After the fourth consecutive increasing year, the Facebook user base is estimated to reach 3.1 billion users and therefore a new peak in 2027. Notably, the number of Facebook users was continuously increasing over the past years. User figures, shown here regarding the platform Facebook, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).

  3. a

    Facebook Names Dataset

    • academictorrents.com
    bittorrent
    Updated Nov 11, 2015
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ron Bowes (Skull Security) (2015). Facebook Names Dataset [Dataset]. https://academictorrents.com/details/e54c73099d291605e7579b90838c2cd86a8e9575
    Explore at:
    bittorrent(2991052604)Available download formats
    Dataset updated
    Nov 11, 2015
    Dataset authored and provided by
    Ron Bowes (Skull Security)
    License

    https://academictorrents.com/nolicensespecifiedhttps://academictorrents.com/nolicensespecified

    Description

    171 million names (100 million unique) This torrent contains: The URL of every searchable Facebook user s profile The name of every searchable Facebook user, both unique and by count (perfect for post-processing, datamining, etc) Processed lists, including first names with count, last names with count, potential usernames with count, etc The programs I used to generate everything So, there you have it: lots of awesome data from Facebook. Now, I just have to find one more problem with Facebook so I can write "Revenge of the Facebook Snatchers" and complete the trilogy. Any suggestions? >:-) Limitations So far, I have only indexed the searchable users, not their friends. Getting their friends will be significantly more data to process, and I don t have those capabilities right now. I d like to tackle that in the future, though, so if anybody has any bandwidth they d like to donate, all I need is an ssh account and Nmap installed. An additional limitation is that these are on

  4. Cheltenham's Facebook Groups

    • kaggle.com
    zip
    Updated Apr 2, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mike Chirico (2018). Cheltenham's Facebook Groups [Dataset]. https://www.kaggle.com/datasets/mchirico/cheltenham-s-facebook-group
    Explore at:
    zip(0 bytes)Available download formats
    Dataset updated
    Apr 2, 2018
    Authors
    Mike Chirico
    License

    http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.htmlhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

    Description

    Facebook is becoming an essential tool for more than just family and friends. Discover how Cheltenham Township (USA), a diverse community just outside of Philadelphia, deals with major issues such as the Bill Cosby trial, everyday traffic issues, sewer I/I problems and lost cats and dogs. And yes, theft.

    Communities work when they're connected and exchanging information. What and who are the essential forces making a positive impact, and when and how do conversational threads get directed or misdirected?

    Use Any Facebook Public Group

    You can leverage the examples here for any public Facebook group. For an example of the source code used to collect this data, and a quick start docker image, take a look at the following project: facebook-group-scrape.

    Data Sources

    There are 4 csv files in the dataset, with data from the following 5 public Facebook groups:

    post.csv

    These are the main posts you will see on the page. It might help to take a quick look at the page. Commas in the msg field have been replaced with {COMMA}, and apostrophes have been replaced with {APOST}.

    • gid Group id (5 different Facebook groups)
    • pid Main Post id
    • id Id of the user posting
    • name User's name
    • timeStamp
    • shares
    • url
    • msg Text of the message posted.
    • likes Number of likes

    comment.csv

    These are comments to the main post. Note, Facebook postings have comments, and comments on comments.

    • gid Group id
    • pid Matches Main Post identifier in post.csv
    • cid Comment Id.
    • timeStamp
    • id Id of user commenting
    • name Name of user commenting
    • rid Id of user responding to first comment
    • msg Message

    like.csv

    These are likes and responses. The two keys in this file (pid,cid) will join to post and comment respectively.

    • gid Group id
    • pid Matches Main Post identifier in post.csv
    • cid Matches Comments id.
    • response Response such as LIKE, ANGRY etc.
    • id The id of user responding
    • name Name of the user responding

    member.csv

    These are all the members in the group. Some members never, or rarely, post or comment. You may find multiple entries in this table for the same person. The name of the individual never changes, but they change their profile picture. Each profile picture change is captured in this table. Facebook gives users a new id in this table when they change their profile picture.

    • gid Group id
    • id Id of the member
    • name Name of the member
    • url URL of the member
  5. Number of Facebook users in Indonesia 2019-2028

    • statista.com
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista, Number of Facebook users in Indonesia 2019-2028 [Dataset]. https://www.statista.com/statistics/304829/number-of-facebook-users-in-indonesia/
    Explore at:
    Dataset authored and provided by
    Statistahttp://statista.com/
    Area covered
    Indonesia
    Description

    The number of Facebook users in Indonesia was forecast to continuously decrease between 2024 and 2028 by in total ** million users (-***** percent). According to this forecast, in 2028, the Facebook user base will have decreased for the fifth consecutive year to ****** million users. User figures, shown here regarding the platform facebook, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to *** countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).Find further information concerning Thailand and Singapore.

  6. r

    Data from: Statistical dataset on active Facebook users living outside of...

    • researchdata.se
    Updated Jun 20, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Johanna Carolina Jokinen (2024). Statistical dataset on active Facebook users living outside of their country of origin in the European Union [Dataset]. http://doi.org/10.57804/1az8-bg71
    Explore at:
    (1793), (11498658), (2854027)Available download formats
    Dataset updated
    Jun 20, 2024
    Dataset provided by
    Uppsala University
    Authors
    Johanna Carolina Jokinen
    Area covered
    European Union
    Description

    This statistical dataset contains estimates on the number of active online Facebook users living outside of their country of origin within the European Union. The dataset includes information on Facebook users' age, gender, country of residence, and country of previous residence. The data is divided in the number of Monthly Active Users and Daily Active Users. The data was collected through standard CSV format via an advertising API platform by using an R Studio code, and the data collection was conducted twice a month from January to November 2021.

    The dataset was originally published in DiVA and moved to SND in 2024.

  7. Facebook Datasets

    • brightdata.com
    .json, .csv, .xlsx
    Updated Jan 27, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bright Data (2023). Facebook Datasets [Dataset]. https://brightdata.com/products/datasets/facebook
    Explore at:
    .json, .csv, .xlsxAvailable download formats
    Dataset updated
    Jan 27, 2023
    Dataset authored and provided by
    Bright Datahttps://brightdata.com/
    License

    https://brightdata.com/licensehttps://brightdata.com/license

    Area covered
    Worldwide
    Description

    Access our extensive Facebook datasets that provide detailed information on public posts, pages, and user engagement. Gain insights into post performance, audience interactions, page details, and content trends with our ethically sourced data. Free samples are available for evaluation. Over 940M records available Price starts at $250/100K records Data formats are available in JSON, NDJSON, CSV, XLSX and Parquet. 100% ethical and compliant data collection Included datapoints:

    Post ID Post Content & URL Date Posted Hashtags Number of Comments Number of Shares Likes & Reaction Counts (by type) Video View Count Page Name & Category Page Followers & Likes Page Verification Status Page Website & Contact Info Is Sponsored Post Attachments (Images/Videos) External Link Data And much more

  8. f

    DataSets - Identification and characterization of Facebook user profiles...

    • figshare.com
    xlsx
    Updated May 9, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Cristiane Nobre (2018). DataSets - Identification and characterization of Facebook user profiles considering interaction aspects [Dataset]. http://doi.org/10.6084/m9.figshare.6236921.v1
    Explore at:
    xlsxAvailable download formats
    Dataset updated
    May 9, 2018
    Dataset provided by
    figshare
    Authors
    Cristiane Nobre
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    Dataset used in Article "Identification and characterization of Facebook user profiles considering interaction aspects"

  9. Facebook users in India 2019-2028

    • statista.com
    • tokrwards.com
    Updated Jul 11, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Facebook users in India 2019-2028 [Dataset]. https://www.statista.com/forecasts/1136430/facebook-users-in-india
    Explore at:
    Dataset updated
    Jul 11, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Area covered
    India
    Description

    The number of Facebook users in India was forecast to continuously increase between 2024 and 2028 by in total **** million users (+*** percent). After the ninth consecutive increasing year, the Facebook user base is estimated to reach ****** million users and therefore a new peak in 2028. Notably, the number of Facebook users of was continuously increasing over the past years.User figures, shown here regarding the platform facebook, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to *** countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).Find more key insights for the number of Facebook users in countries like Nepal and Pakistan.

  10. Most Followed Facebook accounts

    • kaggle.com
    Updated Jul 8, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aman Chauhan (2023). Most Followed Facebook accounts [Dataset]. https://www.kaggle.com/datasets/whenamancodes/most-followed-facebook-accounts
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 8, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Aman Chauhan
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    The Most Followed Facebook Accounts dataset provides information on the accounts with the highest number of followers on the Facebook platform. It includes data on various public figures, celebrities, organizations, and brands that have amassed a significant following, showcasing their popularity and influence on the social media platform.

  11. Data from: Facebook Posts Datasets

    • brightdata.com
    .json, .csv, .xlsx
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bright Data, Facebook Posts Datasets [Dataset]. https://brightdata.com/products/datasets/facebook/posts
    Explore at:
    .json, .csv, .xlsxAvailable download formats
    Dataset authored and provided by
    Bright Datahttps://brightdata.com/
    License

    https://brightdata.com/licensehttps://brightdata.com/license

    Area covered
    Worldwide
    Description

    Use our Facebook Posts dataset to access detailed information about individual Facebook posts, including content, hashtags, engagement metrics, and page details like name, category, and followers. Popular use cases include analyzing user engagement, tracking content trends, and studying page dynamics for strategic insights. Over 31M records available Price starts at $250/100K records Data formats are available in JSON, NDJSON, CSV, XLSX and Parquet. 100% ethical and compliant data collection Included datapoints:

    Post ID Post Content & URL Date Posted Hashtags Number of Comments Number of Shares Likes & Reaction Counts (by type) Video View Count Page Name & Category Page Followers & Likes Page Verification Status Page Website & Contact Info Is Sponsored Post Attachments (Images/Videos) External Link Data And much more

  12. o

    Facebook Social Connectedness Index - Dataset - Data Catalog Armenia

    • data.opendata.am
    Updated May 31, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). Facebook Social Connectedness Index - Dataset - Data Catalog Armenia [Dataset]. https://data.opendata.am/dataset/facebook-social-connectedness-index
    Explore at:
    Dataset updated
    May 31, 2023
    License

    Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
    License information was derived automatically

    Description

    Facebook uses an anonymized snapshot of all active Facebook users and their friendship networks to measure the intensity of connectedness between locations. The Social Connectedness Index (SCI) is a measure of the social connectedness between different geographies. Specifically, it measures the relative probability that two individuals across two locations are friends with each other on Facebook. Region identifiers are taken from GADM v2.8 https://gadm.org/download_country_v2.html.

  13. Facebook Complete Stock Data[2012 - 2020][Latest]

    • kaggle.com
    Updated Aug 19, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aayush Mishra (2020). Facebook Complete Stock Data[2012 - 2020][Latest] [Dataset]. https://www.kaggle.com/aayushmishra1512/facebook-complete-stock-data2012-2020latest/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 19, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Aayush Mishra
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Context

    Facebook is a company that literally every kid is aware of. Its a household name. People from various age groups are there on this social media website. It has helped many in connecting with different people and also has helped some of the investors by earning them a good amount of money. This data set contains the details of the stock of Facebook Inc.

    Content

    This data set has 7 columns with all the necessary values such as opening price of the stock, the closing price of it, its highest in the day and much more. It has date wise data of the stock starting from 2012 to 2020(August).

  14. a

    2016 USA Facebook Users (Washington, DC)

    • hub.arcgis.com
    Updated Jun 21, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Blue Raster (2017). 2016 USA Facebook Users (Washington, DC) [Dataset]. https://hub.arcgis.com/items/3bcc1db9e863439bad64246000407b5b
    Explore at:
    Dataset updated
    Jun 21, 2017
    Dataset authored and provided by
    Blue Raster
    Area covered
    Description

    This layer shows the market potential that an adult has visited facebook.com in the last 30 days in the U.S. in 2016 in a multiscale map (by country, state, county, ZIP Code, tract, and block group). The pop-up is configured to include the following information for each geography level:Market Potential Index and count of adults expected to visit FacebookMarket Potential Index and count of adults expected to visit various social media websitesMarket Potential Index and count of adults expected to visit various news websitesEsri's 2016 Market Potential (MPI) data measures the likely demand for a product or service in an area. The database includes an expected number of consumers and a Market Potential Index (MPI) for each product or service. An MPI compares the demand for a specific product or service in an area with the national demand for that product or service. The MPI values at the US level are 100, representing average demand for the country. A value of more than 100 represents higher demand than the national average, and a value of less than 100 represents lower demand than the national average. For example, an index of 120 implies that demand in the area is 20 percent higher than the US average; an index of 80 implies that demand is 20 percent lower than the US average. See Market Potential database to view the methodology statement and complete variable list.Esri's Electronics & Internet Data Collection includes data that measures the likely demand for electronics and internet usage. The database includes an expected number of consumers and a Market Potential Index (MPI) for each product, activity, or service. See the United States Data Browser to view complete variable lists for each Esri demographics collection.Additional Esri Resources:U.S. 2016/2021 Esri Updated DemographicsEssential demographic vocabularyEsri's arcgis.com demographic map layers

  15. Z

    Datasample - Social Media Analytics and Metrics of Facebook Performance of...

    • data.niaid.nih.gov
    Updated Apr 29, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dimitrios Kouis (2022). Datasample - Social Media Analytics and Metrics of Facebook Performance of Libraries, Archives and Museums [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_6361774
    Explore at:
    Dataset updated
    Apr 29, 2022
    Dataset provided by
    Ioannis C. Drivas
    Dimitrios Kouis
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The current dataset describes Facebook pages performance for 220 Libraries, Archives and Museums from all over the world. The performance is measured through 9 different social media metrics. That is, number of posts, link-posts, picture-posts, video-posts, total reactions, comments and shares, number of reactions, comments per post and reactions per post. The data harvesting process has been conducted through the use of FanPageKarma API. The gathered metrics and their values depict the performance for each Facebook page in a time-period of 30 days.

  16. H

    Ethiopia - Facebook Users

    • data.humdata.org
    xlsx
    Updated Mar 26, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    3iS (2025). Ethiopia - Facebook Users [Dataset]. https://data.humdata.org/dataset/ethiopia-facebook-users
    Explore at:
    xlsx(48620)Available download formats
    Dataset updated
    Mar 26, 2025
    Dataset provided by
    3iS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Ethiopia
    Description

    This database contains regional estimates of Facebook users based on data from the Facebook Marketing API. It includes information on the number of individuals aged 18 and older who have accessed Facebook in the past month, with data separated by region. These estimates are intended for trend identification and triangulation purposes and are not designed to match official census data or other government sources.

    This data can be used as a proxy of internet access.

    It should be noted that there could be duplicates across different regions, and the data is anonymized by Meta.

  17. Data Science Social Groups Survey

    • kaggle.com
    Updated Aug 29, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Shrashti (2020). Data Science Social Groups Survey [Dataset]. http://doi.org/10.34740/kaggle/dsv/1449165
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 29, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Shrashti
    License

    Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
    License information was derived automatically

    Description

    Context

    This data is collected from 24th Aug 2020 to 29th Aug 2020 from LinkedIn and Facebook, with the intention of analyzing the best social groups to join for Data Scientists. The data is collected for the group with more than 50K members.

    Columns

    Survey: This sheet contains the basic information about the groups, number of members, Name and summary and calculated scores from other sheets. Sheets 1-15: are the detailed posts information in individual groups. Groups are given a serial number from 1-15, 1 contains the highest number of members and 15 contains the lowest number of members. Individual group content detail is in individual sheet

    Acknowledgements

    I have requested access in these groups from over a month. Once I got the access to all the groups needed, I have started collecting data manually. LinkedIn Profile: https://www.linkedin.com/in/shrashti-singhal-1869166b/

    Inspiration

    My inspiration to collect this data was to help myself and others decide for ourselves(Data Scientists) where to put our energies to network best.

    Parting Comments

    Please feel free to explore, download the data. Text me for any discussions on inconsistencies, scoring, data collection techniques, missing fields or any improvement suggestions. Please also feel free to expand the data.

  18. e

    Fake accounts on Facebook pages of the most popular politicians in Ukraine -...

    • b2find.eudat.eu
    Updated Dec 17, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2020). Fake accounts on Facebook pages of the most popular politicians in Ukraine - Dataset - B2FIND [Dataset]. https://b2find.eudat.eu/dataset/6d90d327-2430-5cfc-a4c1-9b5d57252ab9
    Explore at:
    Dataset updated
    Dec 17, 2020
    License

    Open Database License (ODbL) v1.0https://www.opendatacommons.org/licenses/odbl/1.0/
    License information was derived automatically

    Area covered
    Ukraine
    Description

    Aggregative qualitative data about the presence of bots (fake accounts) on pages of the most popular Ukrainian politicians and top-5 Ukrainian media during the parliamentary elections campaign in 2019.

  19. Countries with the most Facebook users 2024

    • statista.com
    • tokrwards.com
    • +5more
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stacy Jo Dixon, Countries with the most Facebook users 2024 [Dataset]. https://www.statista.com/topics/1164/social-networks/
    Explore at:
    Dataset provided by
    Statistahttp://statista.com/
    Authors
    Stacy Jo Dixon
    Description

    Which county has the most Facebook users?

                  There are more than 378 million Facebook users in India alone, making it the leading country in terms of Facebook audience size. To put this into context, if India’s Facebook audience were a country then it would be ranked third in terms of largest population worldwide. Apart from India, there are several other markets with more than 100 million Facebook users each: The United States, Indonesia, and Brazil with 193.8 million, 119.05 million, and 112.55 million Facebook users respectively.
    
                  Facebook – the most used social media
    
                  Meta, the company that was previously called Facebook, owns four of the most popular social media platforms worldwide, WhatsApp, Facebook Messenger, Facebook, and Instagram. As of the third quarter of 2021, there were around 3,5 billion cumulative monthly users of the company’s products worldwide. With around 2.9 billion monthly active users, Facebook is the most popular social media worldwide. With an audience of this scale, it is no surprise that the vast majority of Facebook’s revenue is generated through advertising.
    
                  Facebook usage by device
                  As of July 2021, it was found that 98.5 percent of active users accessed their Facebook account from mobile devices. In fact, almost 81.8 percent of Facebook audiences worldwide access the platform only via mobile phone. Facebook is not only available through mobile browser as the company has published several mobile apps for users to access their products and services. As of the third quarter 2021, the four core Meta products were leading the ranking of most downloaded mobile apps worldwide, with WhatsApp amassing approximately six billion downloads.
    
  20. b

    Social circles: Facebook

    • berd-platform.de
    txt
    Updated Jul 31, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Julian McAuley; Jure Leskovec; Julian McAuley; Jure Leskovec (2025). Social circles: Facebook [Dataset]. http://doi.org/10.82939/7jgk0-vf247
    Explore at:
    txtAvailable download formats
    Dataset updated
    Jul 31, 2025
    Dataset provided by
    Advances in Neural Information Processing Systems
    Authors
    Julian McAuley; Jure Leskovec; Julian McAuley; Jure Leskovec
    Description

    This dataset consists of 'circles' (or 'friends lists') from Facebook. Facebook data was collected from survey participants using this Facebook app. The dataset includes node features (profiles), circles, and ego networks. The dataset includes 4,039 nodes and 88,234 edges. Facebook data has been anonymized by replacing the Facebook-internal ids for each user with a new value.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Statista (2024). Facebook users in the United States 2019-2028 [Dataset]. https://www.statista.com/statistics/408971/number-of-us-facebook-users/
Organization logo

Facebook users in the United States 2019-2028

Explore at:
56 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Dec 12, 2024
Dataset authored and provided by
Statistahttp://statista.com/
Area covered
United States
Description

The number of Facebook users in the United States was forecast to continuously increase between 2024 and 2028 by in total 12.6 million users (+5.04 percent). After the ninth consecutive increasing year, the Facebook user base is estimated to reach 262.8 million users and therefore a new peak in 2028. Notably, the number of Facebook users of was continuously increasing over the past years.User figures, shown here regarding the platform facebook, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).

Search
Clear search
Close search
Google apps
Main menu