Socket
Socket
Sign inDemoInstall

meta-scraper

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    meta-scraper

Facebook (Meta) Scraper


Maintainers
1

Readme

Facebook (Meta) Scraper Python

Python SDK that allows scraping Facebook (Meta) pages, reviews and more.

Generate API Token <https://app.outscraper.com/profile>__

Installation

Python 3+

.. code:: bash

pip install meta-scraper

Link to the python package page <https://pypi.org/project/google-maps-reviews/>__

Initialization

.. code:: python

from meta_scraper import MetaClient

client = MetaClient(api_key='API_KEY_FROM_OUTSCRAPER.COM')

Scrape Facebook pages data

.. code:: python

Get Facebook pages data

 results = client.get_page_data(['outscraper'])

Scrape Facebook pages reviews

Get Facebook pages reviews

 results = client.get_page_reviews(['outscraper'], limit=50)

Facebook pages data demo

.. code:: json

{ "id": "your-request-id", "status": "Success", "data": [ { "id": "your-request-id", "status": "Success", "data": [ { "query": "outscraper", "about": "At Outscrpaer, we believe that public data is for everybody, and we apply cutting-edge technologies to prove it.", "email": "service@outscraper.com", "followers": 45, "likes": 43, "name": "Outscraper", "phone": "+1 281-236-8208", "rating": 5, "reviews": 6, "site": "https://outscraper.com/", "types": [ "App page", "Website", "Business Service" ] } ] } ] }

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc