Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "url": "<string>",
  "facebook_url": "<string>",
  "post_id": "<string>",
  "group_id": "<string>",
  "group_title": "<string>",
  "user_id": "<string>",
  "user_name": "<string>",
  "text": "<string>",
  "time": "<string>",
  "timestamp": 123,
  "reaction_count": 123,
  "like_count": 123,
  "love_count": 123,
  "haha_count": 123,
  "wow_count": 123,
  "sad_count": 123,
  "angry_count": 123,
  "share_count": 123,
  "comments_count": 123,
  "image_url": "<string>",
  "image_urls": "<string>",
  "video_url": "<string>",
  "link_url": "<string>",
  "link_title": "<string>",
  "comments": "<string>",
  "feedback_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve scraped data from your Facebook Public Group Posts Scraper runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

squid
string
required
Hash of the squid to get results from
run
string
Hash of a specific run (optional)
page
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
url
string
Direct URL to the post in the Facebook group. Example: https://www.facebook.com/groups/211270969394435/permalink/2311529512701893/
facebook_url
string
Facebook profile URL of the post author. Example: https://www.facebook.com/groups/211270969394435
post_id
string
Unique identifier for the Facebook post. Example: 2311529512701893
group_id
string
Unique identifier for the Facebook group. Example: 211270969394435
group_title
string
Name of the Facebook group where the post was published. Example: U.S. Small Business Owners
user_id
string
Unique identifier of the post author on Facebook. Example: pfbid02g3sw5paCKX5181uQw8EV7kPuEHfhJRyRFawG41QVdgjQnRirbKkJSvXZmwtSQdfRl
user_name
string
Display name of the post author. Example: Ashraf Khan Ashraf
text
string
Full text content of the Facebook group post. Example: ⭐⭐⭐⭐⭐ 100% Permanent & Sticky Reviews – Guaranteed! ⭐⭐⭐⭐⭐ ✅ Non-Drop Reviews with Full Warranty 🔹 Services: ✔️ Google Maps | Trustpilot | Facebook ✔️ Negative Review Removal ✔️ With / Without Image Reviews ✔️ 5⭐ Rating Boost 🌍 Countries Available: 🇺🇸 USA | 🇨🇦 Canada | 🇦🇺 Australia | 🇬🇧 UK 🇩🇪 Germany | 🇫🇷 France | 🇮🇹 Italy | 🇪🇸 Spain 🇳🇱 Netherlands | 🇸🇪 Sweden | 🇳🇴 Norway 🇦🇪 UAE | 🇸🇦 Saudi Arabia 📩 Serious Clients Only — Inbox Now! 📞 WhatsApp: +92 3492324208
time
string
Publication date and time of the post in ISO 8601 format. Example: 2026-03-19T11:27:00.000Z
timestamp
int
Unix timestamp of when the post was published. Example: 1773919620
reaction_count
int
Total number of reactions on the post (all types combined). Example: 0
like_count
int
Number of Like reactions on the post. Example: 0
love_count
int
Number of Love reactions on the post. Example: 0
haha_count
int
Number of Haha reactions on the post. Example: 0
wow_count
int
Number of Wow reactions on the post. Example: 0
sad_count
int
Number of Sad reactions on the post. Example: 0
angry_count
int
Number of Angry reactions on the post. Example: 0
share_count
int
Number of times the post was shared. Example: 0
comments_count
int
Total number of comments on the post. Example: 0
image_url
string
URL of the first image attached to the post
image_urls
string
Comma-separated list of all image URLs in the post
video_url
string
URL of the video attached to the post
URL of the external link shared in the post
Title of the external link shared in the post
comments
string
JSON array of comments on the post
feedback_id
string
Internal Facebook feedback identifier for the post. Example: ZmVlZGJhY2s6MjMxMTUyOTUxMjcwMTg5Mw==