26 platforms, inside your AI
Zomler

API · Facebook

[ docs ]Social

Facebook

Measured Facebook data, one operation per call. Pages are named by URL or vanity handle ("nike"); posts by permalink. Handles come from evidence, never typed from a name. ops: pages (cards for up to ten pages — followers, likes, following, talking-about, reviews and recommend %, category, contact, address, hours, price range, ads status, social links), posts (recent posts of a page, profile or group — text, reactions by type, comments, shares, views, media, top comments; since/until), reels (a page's reels — plays, audio, duration), comments (comments on up to five posts by permalink, replies optional; sort top/threaded/newest), reviews (a page's reviews/recommendations), followers (a page's followers OR following, each with name, profile URL and bio), ads (every ad a page runs in the Ad Library — creative, headline, CTA, link, dates, platforms, EU reach; active or inactive), events (events by keyword — date, venue, host, going/interested, tickets), marketplace (listings from a Marketplace category or search URL — price, condition, location, attributes), history (stored follower/likes series of pages already held, free). Ops are independent — issue several as PARALLEL tool calls. Fresh fetches cost credits; anything already held is free.

POST https://api.zomler.com/api/v1/platforms/facebook

pages

from 10 credits · fresh for 7 days

Page cards for up to ten pages by URL or handle — followers, likes, talking-about, reviews and recommend %, category, contact, hours, ads status, social links.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-10 items

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "pages",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'

posts

from 121 credits for 25 · fresh for 1 day

Recent posts of a page, profile or group — text, reactions by type, comments, shares, views, media, mentions, top comments.

Request fields

FieldTypeDefaultValues / limits
subjectrequiredstring≤400 chars
sincestringYYYY-MM-DD
untilstringYYYY-MM-DD
limitinteger251-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "posts",
    "subject": "example"
  },
  "estimateOnly": false
}'

reels

from 97 credits for 20 · fresh for 1 day

Recent reels of a page — plays, audio, duration, video links.

Request fields

FieldTypeDefaultValues / limits
subjectrequiredstring≤400 chars
limitinteger201-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "reels",
    "subject": "example"
  },
  "estimateOnly": false
}'

comments

from 121 credits for 50 · fresh for 1 day

Comments on up to five posts, reels or photos by permalink.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-5 items
includeRepliesbooleanTrue
sortenumtoptopthreadednewest
limitinteger501-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "comments",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'

reviews

from 121 credits for 50 · fresh for 3 days

Reviews/recommendations on up to five pages.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-5 items
limitinteger501-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "reviews",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'

followers

from 182 credits for 25 · fresh for 7 days

The followers OR following of up to three pages — name, profile URL, bio. The dearest rows in the catalogue.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-3 items
directionenumfollowersfollowersfollowing
limitinteger251-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "followers",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'

ads

from 121 credits for 25 · fresh for 1 day

Every ad a page runs in Meta's Ad Library — creative, headline, CTA, link, dates, platforms, advertiser and EU reach.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-5 items
statusenumactiveactiveinactive
limitinteger251-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "ads",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'

events

from 194 credits for 20

Events by keyword — name, date, venue, host, going/interested, tickets.

Request fields

FieldTypeDefaultValues / limits
queryrequiredstring≤300 chars
limitinteger201-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "events",
    "query": "example"
  },
  "estimateOnly": false
}'

marketplace

from 194 credits for 20

Marketplace listings from a category or search URL — title, price, condition, location, attributes, photos.

Request fields

FieldTypeDefaultValues / limits
subjectrequiredstring≤400 chars
limitinteger201-100

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "marketplace",
    "subject": "example"
  },
  "estimateOnly": false
}'

history

free · reads what is held

Stored follower/likes series of pages already held — free.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-10 items
metricenumfollowersfollowerslikestalking_aboutreview_countrecommend_percent
daysinteger901-730

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/facebook \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "history",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'