Facebook Data Collection API

Comprehensive collection of Facebook posts, pages, groups, users and more

API Endpoints

Get Post Information

GET /api/facebook/post/{post_id}

Get detailed information about a specific post, including content, engagement data, comments, etc.

πŸ“‹ Available Fields

β–Ό
πŸ†” Post ID (post_id)
Unique identifier for the post
πŸ“ Message (message)
Text content of the post
πŸ‘€ Author (author)
Includes author ID, name, and type
πŸ• Created Time (created_time)
Post publication timestamp
πŸ“‘ Type (type)
Post type (text, photo, video, etc.)
πŸ“Š Statistics (statistics)
Includes reactions, comments, and shares count
❀️ Reactions Breakdown (reactions_breakdown)
Detailed count for like, love, haha, wow, sad, and angry reactions
πŸ“Ž Attachments (attachments)
Media files attached to the post
πŸ”— Permalink (permalink)
Permanent link to the post

Get Page Information

GET /api/facebook/page/{page_id}

Get detailed information and statistics for a Facebook page.

πŸ“‹ Available Fields

β–Ό
πŸ†” Page ID (page_id)
Unique identifier for the page
πŸ“ Name (name)
Page display name
πŸ‘€ Username (username)
Unique username identifier for the page
🏷️ Category (category)
Page category
πŸ“„ Description (description)
Short page description
ℹ️ About (about)
Detailed about information
🌐 Website (website)
Official website link
πŸ“ž Phone (phone)
Contact phone number
πŸ“§ Email (email)
Contact email address
πŸ“ Location (location)
Includes street, city, and country information
πŸ“Š Statistics (statistics)
Includes followers, likes, and checkins count
βœ“ Verification Status (verification_status)
Page verification status
πŸ–ΌοΈ Profile Picture (profile_picture)
Page profile picture link
πŸ–ΌοΈ Cover Photo (cover_photo)
Page cover photo link

Get Page Post List

GET /api/facebook/page/{page_id}/posts

Get a list of posts published by a specific page.

πŸ“‹ Available Fields

β–Ό
πŸ†” Page ID (page_id)
Unique identifier for the page
πŸ“ Posts (posts)
Contains post ID, message, type, created time, reactions, comments, and shares
πŸ”’ Total (total)
Total number of posts
πŸ“„ Page (page)
Current page number
πŸ“Š Page Size (page_size)
Number of posts per page

Get Post Comments

GET /api/facebook/post/{post_id}/comments

Get a list of comments for a post, including comment content, like count, etc.

πŸ“‹ Available Fields

β–Ό
πŸ†” Post ID (post_id)
Unique identifier for the post
πŸ’¬ Comments (comments)
Contains comment ID, message, commenter info, created time, like count, and comment count
πŸ”’ Total (total)
Total number of comments
πŸ“„ Page (page)
Current page number

Get Group Information

GET /api/facebook/group/{group_id}

Get basic information and statistics for a Facebook group.

πŸ“‹ Available Fields

β–Ό
πŸ†” Group ID (group_id)
Unique identifier for the group
πŸ“ Name (name)
Group name
πŸ“„ Description (description)
Group description
πŸ”’ Privacy (privacy)
Group privacy setting (public, closed, secret)
πŸ“Š Statistics (statistics)
Includes members and active members count
πŸ• Created Time (created_time)
Group creation timestamp
πŸ–ΌοΈ Cover Photo (cover_photo)
Group cover photo link

Get Group Posts

GET /api/facebook/group/{group_id}/feed

Get a list of posts within a group.

πŸ“‹ Available Fields

β–Ό
πŸ†” Group ID (group_id)
Unique identifier for the group
πŸ“ Posts (posts)
Contains post ID, message, author info, created time, reactions, and comments
πŸ”’ Total (total)
Total number of posts
πŸ“„ Page (page)
Current page number

Search Pages

GET /api/facebook/search/pages?q={keyword}

Search for Facebook pages by keyword.

πŸ“‹ Available Fields

β–Ό
πŸ” Query (query)
Search keyword
πŸ“ Results (results)
Contains page ID, name, category, followers, and verification status
πŸ”’ Total (total)
Total number of results
πŸ“„ Page (page)
Current page number

Get Page Insights

GET /api/facebook/page/{page_id}/insights

Get detailed analytics data for a page (requires page authorization).

πŸ“‹ Available Fields

β–Ό
πŸ†” Page ID (page_id)
Unique identifier for the page
πŸ“… Date Range (date_range)
Data collection period (from date to to date)
πŸ“Š Metrics (metrics)
Includes page views, impressions, post reach, engagement, new likes, and new followers
πŸ‘₯ Demographics (demographics)
Audience demographics including age groups, gender, and countries

Features

How to Use

πŸ”‘

Get API Key

Contact us to obtain your exclusive API key and start using our data collection service

πŸ“‘

Make API Request

Use RESTful API endpoints, supporting multiple languages including Python, JavaScript, Java, and more

πŸ“Š

Get Data Results

Receive real-time structured data in JSON format, easily integrate into your applications

1

πŸ“ Register Account

Contact us via Telegram to register your account and gain API access

2

πŸ” Configure Authentication

Add your API key to the request header in the format: Authorization: Bearer YOUR_API_KEY

3

πŸš€ Start Collecting

Call the appropriate API endpoint with required parameters to retrieve real-time data

4

πŸ’‘ Apply Data

Use the collected data for various scenarios such as data analysis, market research, and content monitoring