Skip to main content
GET
Item
💳 1 credit per request
Pass either the listing id or its full Marketplace url — you only need one.

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

id
string

Facebook Marketplace item id (use id or url)

Example:

"1656586118821988"

url
string

Facebook Marketplace item URL (use id or url)

Example:

"https://www.facebook.com/marketplace/item/1656586118821988/"

Response

Successful response

Key Response Fields:

  • data.id: Marketplace listing identifier
  • data.url / share_uri: Direct link to the listing on Facebook
  • data.title: Listing title
  • data.description: Full listing description text
  • data.creation_time: ISO 8601 timestamp of when the listing was posted
  • data.location_text: Human-readable location (e.g. "London, United Kingdom")
  • data.location.latitude / longitude: Precise coordinates of the listing
  • data.price.amount: Numeric price value
  • data.price.formatted_amount_zeros_stripped: Display price string (e.g. "£5")
  • data.price.currency: ISO currency code (e.g. "GBP")
  • data.strikethrough_price: Original price before discount, or null
  • data.attributes[0].attribute_name / value / label: Item attributes such as condition
  • data.photos[0].url / width / height: Listing photos array
  • data.is_sold / is_live / is_pending: Listing status flags
  • data.delivery_types: Available delivery methods (e.g. IN_PERSON)
  • data.seller: Seller profile info, or null if not available