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
26d 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 →
ebay.com API
Search and monitor eBay listings across any category, with support for active and completed/sold listings. Retrieve item details, pricing history, seller profiles and feedback, and category data. Filter by keyword, category, condition, seller, and sort order to support price research, market analysis, and inventory monitoring.
amazon.it API
Search and retrieve product data from Amazon Italy (amazon.it), including listings, detailed product info, category hierarchies, and bestseller rankings.
ebay.ca API
Search and compare eBay Canada listings with detailed item information, pricing history from completed sales, and seller profiles to make informed buying decisions. Discover current deals, browse product categories, and view seller feedback and ratings all in one place.
ebay.co.uk API
Search eBay UK listings and sold items to find products, compare prices, and view seller feedback and ratings. Access detailed item information, explore categories, and discover daily deals all in one place.
ebay.de API
Search eBay.de listings with flexible filters to find the products you want, view detailed item information, and check seller feedback ratings to make informed buying decisions. Track sold items and monitor pricing trends across any category.
subito.it API
Search and browse listings on Subito.it, Italy's leading classifieds marketplace. Filter by keyword, category, location, and price. Retrieve listing details, real estate listings, dealer inventories, and seller contact information.
ebay.com.au API
Search active and sold eBay Australia listings to research products, analyze competitors, and view detailed listing information like pricing and performance metrics. Get market insights including demand trends and pricing data to inform your selling strategy.
vinted.it API
Browse and search secondhand listings on Vinted.it to retrieve product names, IDs, and direct URLs. Access homepage listings and search results in real-time.