michaelcarrano
michaelcarrano

Reputation: 1316

Get Groupon Deals by tag using Groupon API

I am playing around with the Groupon API and I would like to get a list of deals based on a specific tag.

Using the www.apigee.com console, I am doing a GET request on this URL: https://api.groupon.com/v2/deals.json?division_id=new-york&tag=Arcade&client_id={myId}

However, the response I am getting appears to just be all the deals for that division (In this case, New York).

Here is a link to the relevant API documentation: http://sites.google.com/site/grouponapiv2/api-resources/deals

Upvotes: 2

Views: 4447

Answers (1)

Guy
Guy

Reputation: 5528

You can't. The request parameters do not include tag.

You can use Yipit's api to filter by tag.

Upvotes: 1

Related Questions