skip to Main Content

I’d like to use the eBay API to get the deals available in the “Deals & Special Offers” (Daily Deals) section of the site. But I can’t find any functions or function parameters that would allow me to do that. It seems I can only retrieve the data available on the main site, i.e. things I can find by using the “Shop by category” menu on the eBay home page.

Is there any way to get the Daily Deals using the API?

2

Answers


  1. You should hit the official API, this is the new URL: http://api.epn.ebay.com/deals/v1/country/us/feed/json?feedType=json

    Here’s an example page of the output: http://www.fastsearchapps.com/deals

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search