I Need a Bargain
  • Home
  • Bargain Boutique
    • Prescription Drugs
    • Printable Coupons >
      • Coupons.com
      • CouponNetwork.com
    • Reward Credit Cards
  • Blog


Need more help?

For API feature request, bug report, or any feedback related to API, please email team [at] ineedabargain.com.
API HOME
GET categories
GET deals
GET promotypes
GET search
GET stores
GET tags

Querying Stores


GET /api/stores

Returns a list of store names with bargain listings fed from multiple bargain sources. You can retrieve multiple merchants at once by sending this GET request to the root stores URL. Without any URL parameters, the response simply lists all merchants identified by our system. The list of merchants our system extracts and recognizes as of today is still very limited.

Example Request

curl -X GET \
  -H "X-INAB-Application-Id: ${APPLICATION_ID}" \
  -H "X-INAB-REST-API-Key: ${REST_API_KEY}" \
  http://www.ineedabargain.com/api/stores

Example Response
{
    "authorized_in": 0.036,
    "processed_in": 0.011,
    "results": [
        {
            "id": 2,
            "name": "Newegg",
            "type": "store",
            "countAll": 25555,
            "count30": 860,
            "count7": 225
        },
        {
            "id": 4,
            "name": "Walgreens",
            "type": "store",
            "countAll": 2682,
            "count30": 87,
            "count7": 21
        },
        {
            "id": 8,
            "name": "Dell",
            "type": "store",
            "countAll": 12602,
            "count30": 331,
            "count7": 95
        },
        {
            "id": 10,
            "name": "Safeway",
            "type": "store",
            "countAll": 651,
            "count30": 28,
            "count7": 9
        },
        {
            "id": 11,
            "name": "Buy.com",
            "type": "store",
            "countAll": 15607,
            "count30": 230,
            "count7": 55
        },
        {
            "id": 13,
            "name": "Home Depot",
            "type": "store",
            "countAll": 1545,
            "count30": 49,
            "count7": 9
        },
        {
            "id": 14,
            "name": "Gamestop",
            "type": "store",
            "countAll": 625,
            "count30": 12,
            "count7": 3
        },
        {
            "id": 15,
            "name": "eBags",
            "type": "store",
            "countAll": 535,
            "count30": 24,
            "count7": 10
        },
        {
            "id": 16,
            "name": "HSN",
            "type": "store",
            "countAll": 57,
            "count30": 3,
            "count7": 1
        },
        {
            "id": 17,
            "name": "Supermediastore",
            "type": "store",
            "countAll": 224,
            "count30": 4,
            "count7": 1
        },
        {
            "id": 18,
            "name": "Amazon",
            "type": "store",
            "countAll": 23434,
            "count30": 477,
            "count7": 120
        },
        {
            "id": 21,
            "name": "CVS",
            "type": "store",
            "countAll": 2179,
            "count30": 53,
            "count7": 13
        },
        {
            "id": 22,
            "name": "Lane Bryant",
            "type": "store",
            "countAll": 345,
            "count30": 24,
            "count7": 8
        },
        {
            "id": 25,
            "name": "6PM",
            "type": "store",
            "countAll": 3753,
            "count30": 137,
            "count7": 37
        },
        {
            "id": 29,
            "name": "Office Depot",
            "type": "store",
            "countAll": 2540,
            "count30": 53,
            "count7": 17
        },
        {
            "id": 31,
            "name": "ULTA",
            "type": "store",
            "countAll": 232,
            "count30": 18,
            "count7": 3
        },
        {
            "id": 46,
            "name": "Coach",
            "type": "store",
            "countAll": 305,
            "count30": 13,
            "count7": 5
        },
        {
            "id": 47,
            "name": "YOOX",
            "type": "store",
            "countAll": 95,
            "count30": 2,
            "count7": 0
        },
        {
            "id": 73,
            "name": "Banana Republic",
            "type": "store",
            "countAll": 1534,
            "count30": 58,
            "count7": 14
        },
        {
            "id": 87,
            "name": "Gap",
            "type": "store",
            "countAll": 2047,
            "count30": 85,
            "count7": 18
        },
        {
            "id": 88,
            "name": "Old Navy",
            "type": "store",
            "countAll": 2084,
            "count30": 75,
            "count7": 28
        },
        {
            "id": 95,
            "name": "Souplantation",
            "type": "store",
            "countAll": 122,
            "count30": 2,
            "count7": 1
        },
        {
            "id": 96,
            "name": "Sweet Tomatoes",
            "type": "store",
            "countAll": 136,
            "count30": 2,
            "count7": 1
        },
        {
            "id": 102,
            "name": "REI",
            "type": "store",
            "countAll": 2633,
            "count30": 86,
            "count7": 32
        },
        {
            "id": 138,
            "name": "Redbox",
            "type": "store",
            "countAll": 494,
            "count30": 5,
            "count7": 4
        },
        {
            "id": 162,
            "name": "ifuncity",
            "type": "store",
            "countAll": 38,
            "count30": 0,
            "count7": 0
        },
        {
            "id": 171,
            "name": "Aeropostale",
            "type": "store",
            "countAll": 1048,
            "count30": 42,
            "count7": 10
        },
        {
            "id": 172,
            "name": "Crocs",
            "type": "store",
            "countAll": 1266,
            "count30": 53,
            "count7": 4
        }
    ]
}


Need more help?

For API feature request, bug report, or any feedback related to API, please email team [at] ineedabargain.com.
© 2010-2019 I Need a Bargain
Home | About | Privacy Policy