Discover/ebay.it API
live

ebay.it APIebay.it

Search eBay Italy listings, retrieve item details, sold prices, and seller profiles via a structured JSON API. Covers ebay.it with 4 endpoints.

Endpoints
4
Updated
10d ago
Try it
Page number.
Search keywords.
Item condition filter (eBay condition code).
Maximum price filter in EUR.
Minimum price filter in EUR.
Sort order code (eBay _sop parameter).
eBay category ID to filter results.
Listing format: 'buy_it_now' or 'auction'.
api.parse.bot/scraper/35502f5e-bed6-4539-a304-d26164234cd7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/35502f5e-bed6-4539-a304-d26164234cd7/search_items?page=1&query=laptop&max_price=500&min_price=100' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for items on eBay Italy with keywords and optional filters. Returns paginated results with title, price, URL, image, and rating.

Input
ParamTypeDescription
pagestringPage number.
queryrequiredstringSearch keywords.
conditionstringItem condition filter (eBay condition code).
max_pricestringMaximum price filter in EUR.
min_pricestringMinimum price filter in EUR.
sort_orderstringSort order code (eBay _sop parameter).
category_idstringeBay category ID to filter results.
listing_formatstringListing format: 'buy_it_now' or 'auction'.
Response
{
  "type": "object",
  "fields": {
    "data": "array of item objects with title, url, price, image_url, and rating"
  },
  "sample": {
    "data": [
      {
        "url": "https://www.ebay.it/itm/406727928044?...",
        "price": {
          "amount": 455,
          "currency": "EUR"
        },
        "title": "NINTENDO Switch 2 + Mario Kart World",
        "rating": null,
        "image_url": "https://i.ebayimg.com/images/g/EfkAAeSwrQppKyRE/s-l500.webp"
      }
    ],
    "status": "success"
  }
}

About the ebay.it API

The eBay Italy API gives developers structured access to ebay.it data across 4 endpoints — covering live listings, individual item details, completed sales, and seller profiles. The search_items endpoint accepts keyword queries with price range, condition, category, and listing format filters, returning title, price in EUR, image URL, and rating for each result. It is suited for price monitoring, inventory research, and market analysis against the Italian eBay market.

Searching Live Listings

The search_items endpoint accepts a required query string and a range of optional filters: min_price and max_price (EUR), condition (eBay condition code), category_id, listing_format (buy_it_now or auction), and sort_order (eBay _sop parameter). Results are paginated via the page parameter and each item object in the data array includes title, url, price, image_url, and rating.

Item Details and Seller Profiles

get_item_details takes a numeric item_id (from the listing URL) and returns a richer payload: title, price, currency, condition, images (array of URLs), specifics (a key-value object of item attributes like brand, size, or material), ratings_count, and a seller object with username, feedback_score, and feedback_percent. If the item ID is expired or invalid, the endpoint returns a stale_input signal rather than an error. get_seller_profile accepts a seller username and returns their feedback_score, feedback_percentage, member_since date (formatted in Italian locale, e.g. 17-dic-13), and location.

Completed and Sold Listings

search_completed_items queries the ebay.it sold/completed listings archive using the same keyword-based approach. Each result in the data array carries title, url, price, image_url, and rating. This endpoint is particularly useful for establishing historical sale prices and gauging how quickly specific items move in the Italian market.

Coverage Notes

All price values are denominated in EUR as reported on ebay.it. The specifics object on item detail responses varies by category — electronics listings may include model numbers and technical specs, while clothing listings typically include size and material fields. The member_since field on seller profiles uses the Italian locale date format.

Common use cases
  • Monitor EUR price trends for a product category by polling search_items with category_id and sort_order filters
  • Research historical sale prices for used goods using search_completed_items before setting a listing price
  • Verify seller reputation before a purchase by fetching feedback_score and feedback_percentage via get_seller_profile
  • Build a cross-border price comparison tool by diffing ebay.it prices (EUR) against other regional eBay markets
  • Extract item specifics from get_item_details to build structured product catalogs from auction listings
  • Identify auction vs. buy-it-now availability by filtering search_items with the listing_format parameter
  • Track whether a target item ID is still active or has expired using the stale_input response signal from get_item_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does eBay have an official developer API that covers ebay.it?+
Yes. eBay operates the eBay Developers Program at developer.ebay.com, which includes Browse API, Finding API, and Trading API endpoints. However, accessing it requires application approval, OAuth credentials, and acceptance of eBay's API usage policies. This Parse API provides immediate access to ebay.it data without that setup.
What does `get_item_details` return beyond what `search_items` provides?+
It returns several fields not present in search results: images (an array of all listing image URLs), condition, currency, ratings_count, a specifics object (key-value pairs like brand, model, size, or material that vary by category), and a seller sub-object with username, feedback_score, and feedback_percent.
Does `search_completed_items` support the same filters as `search_items`?+
Not currently. search_completed_items only accepts a query string, while search_items supports min_price, max_price, condition, category_id, listing_format, sort_order, and page. You can fork this API on Parse and revise it to add filter support to the completed items endpoint.
Are seller ratings and review text accessible through this API?+
Aggregate feedback data is available: feedback_score and feedback_percentage on seller profiles, and rating and ratings_count on item detail responses. Individual buyer review text is not currently returned. You can fork this API on Parse and revise it to add an endpoint targeting the detailed feedback page for a seller.
What happens when you request an item ID that no longer exists?+
get_item_details returns a stale_input signal rather than a standard error. This lets you distinguish between a network or API failure and a listing that has genuinely ended or been removed from ebay.it, which is useful for cache invalidation workflows.
Page content last updated . Spec covers 4 endpoints from ebay.it.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.