API Marketplace
  1. Ebay
  • How to use
    • Overview
  • Webparsers API Marketplace
    • Walmart
      • Get Walmart Product Details
      • Search Walmart Products
      • Get Walmart Product Sellers
      • Get Walmart Order
      • Get Walmart Order (Put cookie)
      • Walmat Delivery tracking
    • Amazon
      • Get product Amazon
      • Search Amazon
      • Get offers Amazon
    • Google
      • Google Trends
    • Ebay
      • Get product Ebay
        GET
      • Search Ebay
        GET
    • Kaufland
      • Get product Kaufland
      • Get product pricing Kaufland
      • Search Kaufland
      • Get offers Kaufland
    • Naver
      • Get Product-Benefits from Naver
      • Search Naver products
      • MSearch Naver products
      • Get Benefit from Naver
      • Get Product information from Naver
    • Shopee
      • Shopee Create Task
      • Shopee Get Task Status
      • Shopee Get Task Result
      • Get Shopee Product Details
    • TikTok
      • Get TikTok Product Details
      • Search TikTok products
      • Get TikTok Seller details
    • Footlocker
      • Get Product Footlocker
      • Search Footlocker
    • Champssports
      • Get Product Champssports
      • Search Champssports
    • Dickssportinggoods
      • Get Product Dickssportinggoods
      • Search Dickssportinggoods
    • Tabletki
      • Search Tabletki Products
      • Get Tabletki Product page
      • Get Tabletki Product prices
    • Stats
      • Get billed usage
      • Get balance
      • Get API usage statistics
    • Schemas
      • HTTPValidationError
  1. Ebay

Search Ebay

Developing
GET
/ebay/search
Returns search result

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-marketplace.webparsers.com/ebay/search?keyword=laptop&domain=com&page=1&zip_code=04212&sold=true' \
--header 'x-api-key: <api-key>'
Response Response Example
{
  "title": "Serial Cables PCIE GEN4 X16 SFF-8644 Host Card w/Broadcom Atlas B0 PCIE Switch",
  "product_id": "285895223186",
  "short_description": "“Serial Cables was very early to commit to PCIe and one of the first to put a PCIe switch onto a x16 and x8 host card to extend Gen3 PCIe outside the server that was available to the public,” said Paul J. Mutschler, CEO, Serial Cables.",
  "full_description_link": "https://itm.ebaydesc.com/itmdesc/285895223186?t=1727376061000&category=90718&seller=wilsonjen&excSoj=1&ver=1&excTrk=1&lsite=0&ittenable=false&domain=ebay.com&descgauge=1&cspheader=1&oneClk=2&secureDesc=1",
  "url": "https://www.ebay.com/itm/285895223186",
  "rating": 0,
  "review_count": 0,
  "watch_count": 90,
  "banner_status": "In 7 carts",
  "condition": "New",
  "quantity": {
    "availability_signal": "9 available",
    "out_of_stock": false,
    "sold": 91
  },
  "seller_name": "Forge And Found",
  "seller_url": "https://www.ebay.com/str/forgeandfound?_trksid=p4429486.m145687.l149267",
  "buy": {
    "buy_it_now": {
      "price": {
        "amount": 756.08,
        "currency": "SEK"
      }
    },
    "make_offer": {
      "price": {
        "amount": 756.08,
        "currency": "SEK"
      }
    },
    "options": [
      "buy_it_now",
      "make_offer"
    ]
  },
  "specifications": {
    "groups": [
      {
        "type": "about_this_item",
        "title": "Item specifics",
        "sections": [
          {
            "type": "features",
            "fields": [
              {
                "type": "condition",
                "title": "Condition",
                "value": "New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is applicable). Packaging should be the same as what is found in a retail store, unless the item is handmade or was packaged by the manufacturer in non-retail packaging, such as an unprinted box or plastic bag. See the seller's listing for full details.  See all condition definitions"
              },
              {
                "type": "brand",
                "title": "Brand",
                "value": "Serial Cables"
              },
              {
                "type": "formFactor",
                "title": "Form Factor",
                "value": "Standard PCI"
              },
              {
                "type": "type",
                "title": "Type",
                "value": "HBA"
              },
              {
                "type": "externalInterfaces",
                "title": "External Interfaces",
                "value": "Serial Cards"
              },
              {
                "type": "numberOfPorts",
                "title": "Number of Ports",
                "value": "SFF8674 connector"
              },
              {
                "type": "model",
                "title": "Model",
                "value": "Broadcom Atlas B0"
              },
              {
                "type": "mpn",
                "title": "MPN",
                "value": "PCI- AD-x16HE-BG4"
              }
            ]
          }
        ]
      }
    ],
    "last_revision_datetime": {
      "original": "Nov 08, 2024 13:25:31 PST"
    },
    "revisions_link": "https://www.ebay.com/rvh/285895223186?rt=nc&_trksid=p4429486.m148105.l48144"
  }
}
Modified at 2026-01-23 15:51:23
Previous
Get product Ebay
Next
Get product Kaufland
Built with