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

REST Bargain API


Are you thinking of integrating something you see on INeedABargain.com (INAB) into your website or mobile app? INAB aggregates shopping deals from numerous bargain sources. The REST API lets you interact with INAB bargain database by sending our server HTTP requests, allowing your customers to access discount shopping information right from within your web or mobile app. There are many things you can do with these API's. For example:

  • A mobile website can access offers available on INeedaBargain.com from Javascript.
  • A webserver can show discount offers aggregated by INAB on a website.
  • Applications written in any programming language can interact with REST API.

The API provides methods such as getting bargain offers by keyword search, category ID, promo type ID, store ID and more. The API uses RESTful protocol and responses are formatted in JSON. All API access is over HTTP, and accessed via the http://www.ineedabargain.com.com domain, under the relative path prefix /api/. For example,

http://www.ineedabargain.com/api/

Ready to give it a try? Apply your FREE developer API Key here and start building your app. We currently impose a default limit of 1,000 requests per day based on the type of your developer key.  If you’d like this limit to be increased, please contact us.

Developers

If you have applied for developer API key and has been accepted, simply log on here to see your application ID and API Key. Then refer the the API doc below to put them in place of ${APPLICATION_ID} and ${REST_API_KEY} when you make your calls to our server. 


Quick Reference (v 1.0.2)

URLHTTP VerbFunctionality
/api/categories GET Return all categories of bargain listings.
/api/promotypes GET Return all promo types of bargain listings.
/api/stores GET Return stores/merchants of bargain listings.
/api/tags GET Return available tags ever applies to bargain listings.
/api/deals GET Return recent offers of all or of a specific tag (category, promo type, store).
/api/search GET Return relevant offers that match a specified query string.


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