API reference

eBay Listing API

Look up one eBay listing by item id or ebay.com/itm URL: full price, condition, seller, item specifics, availability, shipping, returns, and ratings.

Endpoint

GET/v1/ebay/productlive · proven1 credit
Try in Playground

Parameters

Query parameters

NameRequiredDescriptionExample
product_idyeseBay item id: a numeric legacy id, a v1|…|… RESTful id, or an ebay.com/itm/ URL327256602116
countrynoMarketplace: a country code (us, gb, de…) or a raw eBay marketplace id (EBAY_US). Default us.us
dry_runnoRead a zero-credit estimate without fetching sources, running AI, or reserving credits. Cache status is a snapshot, not a guarantee at execution.1

Examples

Make the request

curl
curl "https://www.monocrawl.com/v1/ebay/product?product_id=327256602116" \
  -H "x-api-key: mn_your_key_here"
TypeScript
typescript
const key = process.env.MONOCRAWL_API_KEY;
if (!key) throw new Error('Set MONOCRAWL_API_KEY on your server.');
const res = await fetch(
  "https://www.monocrawl.com/v1/ebay/product?product_id=327256602116",
  { headers: { "x-api-key": key } },
);
const body = await res.json();

if (!body.success) {
  // one error shape for every endpoint — see /docs/errors
  throw new Error(`${body.error.type}: ${body.error.message}`);
}

console.log(body.data, "credits left:", body.credits_remaining);
Python
python
import os
import requests

res = requests.get(
    "https://www.monocrawl.com/v1/ebay/product?product_id=327256602116",
    headers={"x-api-key": os.environ["MONOCRAWL_API_KEY"]},
    timeout=60,
)
body = res.json()

if not body["success"]:
    # one error shape for every endpoint — see /docs/errors
    raise RuntimeError(f"{body['error']['type']}: {body['error']['message']}")

print(body["data"], "credits left:", body["credits_remaining"])

Response

Response fields and example

This example is illustrative, not a captured live response. Variable-cost operations may settle a charge different from the list price below. A successful response puts the platform payload in data and reports the exact credits used, remaining balance, request id and cache status beside it.

200 · application/json
{
  "success": true,
  "platform": "ebay",
  "endpoint": "/v1/ebay/product",
  "data": {
    "_warnings": [
      "example"
    ],
    "additional_image_urls": [
      "example"
    ],
    "adult_only": false,
    "aspects": [
      {
        "name": "example",
        "value": "example"
      }
    ],
    "availability_status": "example",
    "brand": "example",
    "buying_options": [
      "example"
    ],
    "category_id": "example",
    "category_path": "example",
    "condition": "example",
    "condition_id": "example",
    "epid": "example",
    "gtin": "example",
    "id": "example",
    "image_url": "https://example.com/example",
    "item_creation_date": "2026-09-01T12:00:00Z",
    "item_location": {
      "city": "example",
      "country": "example",
      "postal_code": "example",
      "state": "example"
    },
    "legacy_id": "example",
    "marketplace_id": "example",
    "mpn": "example",
    "price": {
      "currency": "example",
      "value": 0
    },
    "quantity_sold": 0,
    "rating": {
      "average": 0,
      "count": 0
    },
    "returns_accepted": false,
    "seller": {
      "feedback_percentage": 0,
      "feedback_score": 0,
      "username": "example"
    },
    "shipping": {
      "cost": {
        "currency": "example",
        "value": 0
      },
      "service": "example",
      "type": "example"
    },
    "short_description": "example",
    "title": "example",
    "top_rated": false,
    "url": "https://example.com/example"
  },
  "credits_used": 1,
  "credits_remaining": 99,
  "request_id": "req_…",
  "cached": false
}

The example is illustrative and shows a documented subset of data. The fields below are optional across supported sources; nullable fields can also be absent. Preserve unknown values and accept additional fields.

Schema basis: observed response shapes, not an exhaustive field specification. See schema coverage and validation limits.

Download the data JSON Schema. Validate response.data, not the whole envelope. A valid shape does not establish that every field or source record was returned.

Field inside dataTypeMeaning
_warningsarray | nullOptional warnings supplied by this operation. Null means unknown.
additional_image_urlsarray | nullOptional additional image urls supplied by this operation. Null means unknown.
adult_onlyboolean | nullOptional adult only supplied by this operation. Null means unknown.
aspectsarray | nullOptional aspects supplied by this operation. Null means unknown.
aspects[].namestring | nullOptional name supplied by this operation. Null means unknown.
aspects[].valuestring | nullOptional value supplied by this operation. Null means unknown.
availability_statusstring | nullOptional availability status supplied by this operation. Null means unknown.
brandstring | nullOptional brand supplied by this operation. Null means unknown.
buying_optionsarray | nullOptional buying options supplied by this operation. Null means unknown.
category_idstring | nullOptional category id supplied by this operation. Null means unknown.
category_pathstring | nullOptional category path supplied by this operation. Null means unknown.
conditionstring | nullOptional condition supplied by this operation. Null means unknown.
condition_idstring | nullOptional condition id supplied by this operation. Null means unknown.
epidstring | nullOptional epid supplied by this operation. Null means unknown.
gtinstring | nullOptional gtin supplied by this operation. Null means unknown.
idstring | nullSource identifier. Preserve the supplied type and exact value.
image_urlstring | nullOptional image url supplied by this operation. Null means unknown.
item_creation_datestring | nullOptional item creation date supplied by this operation. Null means unknown.
item_locationobject | nullOptional item location supplied by this operation. Null means unknown.
item_location.citystring | nullOptional city supplied by this operation. Null means unknown.
item_location.countrystring | nullOptional country supplied by this operation. Null means unknown.
item_location.postal_codestring | nullOptional postal code supplied by this operation. Null means unknown.
item_location.statestring | nullOptional state supplied by this operation. Null means unknown.
legacy_idstring | nullOptional legacy id supplied by this operation. Null means unknown.
marketplace_idstring | nullOptional marketplace id supplied by this operation. Null means unknown.
mpnstring | nullOptional mpn supplied by this operation. Null means unknown.
priceobject | nullSource price. Currency, taxes and availability depend on the listing.
price.currencystring | nullOptional currency supplied by this operation. Null means unknown.
price.valuenumber | nullOptional value supplied by this operation. Null means unknown.
quantity_soldnumber | nullOptional quantity sold supplied by this operation. Null means unknown.
ratingobject | nullSource rating; read its accompanying scale and vote count.
rating.averagenumber | nullOptional average supplied by this operation. Null means unknown.
rating.countnumber | nullNumber of records in this response, not lifetime or total matches.
returns_acceptedboolean | nullOptional returns accepted supplied by this operation. Null means unknown.
sellerobject | nullOptional seller supplied by this operation. Null means unknown.
seller.feedback_percentagenumber | nullOptional feedback percentage supplied by this operation. Null means unknown.
seller.feedback_scorenumber | nullOptional feedback score supplied by this operation. Null means unknown.
seller.usernamestring | nullOptional username supplied by this operation. Null means unknown.
shippingobject | nullOptional shipping supplied by this operation. Null means unknown.
shipping.costobject | nullOptional cost supplied by this operation. Null means unknown.
shipping.cost.currencystring | nullOptional currency supplied by this operation. Null means unknown.
shipping.cost.valuenumber | nullOptional value supplied by this operation. Null means unknown.
shipping.servicestring | nullOptional service supplied by this operation. Null means unknown.
shipping.typestring | nullOptional type supplied by this operation. Null means unknown.
short_descriptionstring | nullOptional short description supplied by this operation. Null means unknown.
titlestring | nullSource title when supplied.
top_ratedboolean | nullOptional top rated supplied by this operation. Null means unknown.
urlstring | nullOriginal source URL when supplied.

Optional fields reviewed from preserved successful responses. Additive fields and source variations remain allowed; validate the fields your workflow requires.

The example is invented and illustrates types only; zero and empty values are not claims about a real result.

Failures use the typed error envelope. A confirmed uncharged or refunded failure reports zero; a pending reconciliation can report an unknown charge. Read credits_used and error.details.billing_status, and keep request_id for recovery. Response contract · Error reference

First call in under a minute

1,000 monthly free credits and a ready-made key the moment you sign up. No card.