Facebook GraphQL Scraper - No login required, simple API to scrape public Facebook posts
Project description
fb_scraper_request
Scrape public Facebook posts without login. Simple requests-based scraper.
Example
from fb_scraper_request import FacebookGraphqlScraper
fb = FacebookGraphqlScraper()
result = fb.get_user_posts("honghotduongpho.official00", days_limit=3)
for post in result["data"]:
print(post["context"])
print(f"Likes: {post['reaction_count.count']}")
Install: pip install fb_scraper_request
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fb_scraper_request-0.2.1.tar.gz.
File metadata
- Download URL: fb_scraper_request-0.2.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58c1121a2d766deabe90e2e2912c1b32122ec8705ce5d59ee78772800edfc7a1
|
|
| MD5 |
495527b5f13991c1374db8306a361915
|
|
| BLAKE2b-256 |
e3b9907d93a8c67857ffcd4c4781b307d6d875c5c53b765d033a11727555a5e7
|
File details
Details for the file fb_scraper_request-0.2.1-py3-none-any.whl.
File metadata
- Download URL: fb_scraper_request-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f016dff3a862b017518785361c47272961bd8d5bd6be935328706372c47e6afc
|
|
| MD5 |
e7248088b6d4af991a345e2a7f942aa0
|
|
| BLAKE2b-256 |
7b80d12afb2fe2f0242376c8313a074db9db5fd2698fb4790f51fcf94a4daf84
|