eBay · Schema

PagedListingRecommendationCollection

The high-level object used to return a set of Promoted Listings ad recommendations.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
href string The URI of the current page of results from the result set.
limit integer The number of items returned on a single page from the result set. This value can be set in the request with the limit query parameter.
listingRecommendations array Returns a list of listingRecommendations, where each element in the list offers recommendations for the associated listingId.

Which elements are returned depend on how you struct
next string The URI for the following page of results. This value is returned only if there is an additional page of results to display from the result set.

Max length: 2048
offset integer The number of results skipped in the result set before listing the first returned result. This value can be set in the request with the offset query parameter.

Note

prev string The URI for the preceding page of results. This value is returned only if there is a previous page of results to display from the result set.

Max length: 2048
total integer The total number of items retrieved in the result set.

If no items are found, this field is returned with a value of 0.
View JSON Schema on GitHub

JSON Schema

ebay-pagedlistingrecommendationcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PagedListingRecommendationCollection",
  "title": "PagedListingRecommendationCollection",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "The URI of the current page of results from the result set."
    },
    "limit": {
      "type": "integer",
      "description": "The number of items returned on a single page from the result set. This value can be set in the request with the <b>limit</b> query parameter.",
      "format": "int32"
    },
    "listingRecommendations": {
      "type": "array",
      "description": "Returns a list of <b>listingRecommendations</b>, where each element in the list offers recommendations for the associated <b>listingId</b>.  <br><br>Which elements are returned depend on how you structure the request. For example, if you request recommendations for all of a sellers listings (by leaving the request payload empty), <b>ad</b> recommendations are returned only for those listings where <b>promoteWithAd</b> is set to <code>RECOMMENDED</code>.",
      "items": {
        "$ref": "#/components/schemas/ListingRecommendation"
      }
    },
    "next": {
      "type": "string",
      "description": "The URI for the following page of results. This value is returned only if there is an additional page of results to display from the result set. <br><br><b>Max length</b>: 2048"
    },
    "offset": {
      "type": "integer",
      "description": "The number of results skipped in the result set before listing the first returned result. This value can be set in the request with the <b>offset</b> query parameter. <p class=\"tablenote\"><strong>Note: </strong>The items in a paginated result set use a zero-based list where the first item in the list has an offset of <code>0</code>.</p>",
      "format": "int32"
    },
    "prev": {
      "type": "string",
      "description": "The URI for the preceding page of results. This value is returned only if there is a previous page of results to display from the result set. <br><br><b>Max length</b>: 2048"
    },
    "total": {
      "type": "integer",
      "description": "The total number of items retrieved in the result set.  <br><br>If no items are found, this field is returned with a value of <code>0</code>.",
      "format": "int32"
    }
  },
  "description": "The high-level object used to return a set of Promoted Listings ad recommendations."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-pagedlistingrecommendationcollection"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.