get_listing_details
Retrieve complete details—description, photos, seller info, location, and shipping—for a secondhand listing from Facebook, eBay, Depop, or Poshmark using its ID.
Instructions
Get full details for a specific listing using an ID from search results. Facebook returns: description, all photos, location, seller name, delivery types, shipping availability. eBay returns: description, all photos, location (city/state/country), seller username, shipping service options. Depop returns: description, all photos, seller username, shipping availability. Poshmark returns: description, all photos, seller username, shipping availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listingId | Yes | The listing ID (from search results or a marketplace URL) | |
| marketplace | No | Which marketplace the listing is from (default: facebook) | |
| includeImages | No | Return actual image content instead of URLs. Images are returned as base64-encoded content blocks that the model can see. |