Facebook Public Media Data API
👉 Overview: This API is designed for developers who need structured access to public Facebook content for analytics, automation, monitoring, and media workflows. It provides a clean REST interface over Facebook public data discovery, so you can fetch profile/group details and media lists without building your own scraping/parsing pipeline. 👉 What You Can Retrieve - User or group basic…
Facebook Public Media Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| User/Fanpage | ||
| GET |
Get user basic information /user/info |
Get user basic information from a Facebook URL. |
| GET |
Get user photos list /user/photos |
Get a paginated list of photos for a Facebook user. |
| GET |
Get user reels list /user/reels |
Get a paginated list of reels for a Facebook user. |
| GET |
Get list of user highlight stories /user/highlight-stories |
Get a paginated list of user highlight stories. |
| Group | ||
| GET |
Get group basic information /group/info |
Get group basic information from a Facebook URL. |
| GET |
Get list of group photos /group/photos |
Get a paginated list of photos from a Facebook group. |
| GET |
Get list of group videos /group/videos |
Get a paginated list of videos from a Facebook group. |
| Other endpoints | ||
| GET |
Get album media /album/media |
Get a paginated list of media items in a Facebook album. |
| GET |
Get Highlight Stories /story/highlight-detail |
Get detail data for a specific highlight story. |
| GET |
Get reel details /reel/detail |
Get detail data for a specific Facebook reel. |
Facebook Public Media Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29.99 / month | — |
|
| ULTRA Recommended | $59.99 / month | — |
|
| MEGA | $179.99 / month | — |
|