Discover/quikr.com API
live

quikr.com APIquikr.com

Access Quikr used product listings, prices, descriptions, and categories via API. Search by keyword, category, and location across India.

Endpoints
4
Updated
14d ago
Try it
Page number for pagination
Search keyword (e.g., 'iphone', 'samsung')
Optional filters as a JSON object (e.g., {"condition": "Used", "brand": "Apple"})
Category slug (e.g., 'mobile-phones', 'accessories', 'tablets', 'laptops', 'cameras', 'tv'
Location to search in (e.g., 'Delhi', 'Bangalore', 'India')
api.parse.bot/scraper/0dbe3f78-9be1-4960-821a-df8414fcaac2/<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/0dbe3f78-9be1-4960-821a-df8414fcaac2/search_listings?query=samsung&category=mobile-phones&location=Delhi' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for used product listings by keyword, category, and location. Returns paginated results from QuikrBazaar. Listings may include price, image, and description snippet. Not all fields are present on every listing.

Input
ParamTypeDescription
pageintegerPage number for pagination
querystringSearch keyword (e.g., 'iphone', 'samsung')
filtersobjectOptional filters as a JSON object (e.g., {"condition": "Used", "brand": "Apple"})
categorystringCategory slug (e.g., 'mobile-phones', 'accessories', 'tablets', 'laptops', 'cameras', 'tv', 'sofas', 'beds', 'cars', 'bikes')
locationstringLocation to search in (e.g., 'Delhi', 'Bangalore', 'India')
Response
{
  "type": "object",
  "fields": {
    "url": "string, the URL that was fetched",
    "page": "integer, current page number",
    "listings": "array of listing objects with available fields: price, image_url, description_snippet, title, url, ad_id, posted_date"
  },
  "sample": {
    "data": {
      "url": "https://www.quikr.com/mobiles-tablets/Mobile-Phones+India+y149f",
      "page": 1,
      "listings": [
        {
          "price": "7999",
          "image_url": "https://teja10.kuikr.com/i6/20171228/VB201705171774173-ak_LWBP77997365-1514461008.jpeg",
          "description_snippet": "- 3GB RAM | 64GB ROM- 5.8 inch HD Display- 12MP Primary Camera | 7MP Front"
        }
      ]
    },
    "status": "success"
  }
}

About the quikr.com API

The Quikr API exposes 4 endpoints for retrieving used product listings, full ad details, category hierarchies, and search suggestions from Quikr.com. The search_listings endpoint accepts keyword queries, category slugs, and location filters to return paginated results with title, price, image URL, and posted date. The get_listing_detail endpoint returns structured product attributes, multiple images, and full descriptions by ad ID.

Searching Listings

The search_listings endpoint accepts a query string (e.g., 'iphone'), a category slug (e.g., 'mobile-phones', 'laptops', 'sofas'), and a location string (e.g., 'Delhi', 'Bangalore', 'India'). Results are paginated via the page parameter. Each listing object in the listings array may include title, price, image_url, description_snippet, url, ad_id, and posted_date. Not all fields are guaranteed on every listing — sparse fields are normal for older or incomplete ads. The optional filters parameter accepts a JSON object for additional narrowing such as {"condition": "Used", "brand": "Apple"}.

Listing Detail and Attributes

The get_listing_detail endpoint takes a single ad_id string and returns the most complete record available: title, price in INR (no currency symbol), description, location (city name), posted_date as relative text (e.g., '11 Days Ago'), an images array of URL strings, and an attributes object containing product specs such as Brand_name, Model, and Condition. The attributes object is key-value and varies by category — a mobile phone listing will differ structurally from a furniture listing.

Categories and Suggestions

The get_categories endpoint requires no inputs and returns a categories array. Each entry carries a name, slug, and subcategories array — each subcategory has its own name, slug, and code. These slugs feed directly into the category parameter of search_listings. The get_search_suggestions endpoint accepts a partial query string and returns a suggestions array where each item includes keyworddata, subcatdata, and a direct url, making it useful for autocomplete interfaces or for discovering relevant category context before running a full search.

Common use cases
  • Track price trends for used smartphones in a specific Indian city using search_listings with query and location
  • Build a cross-platform used goods aggregator by pulling listing titles, prices, and images from Quikr alongside other sources
  • Populate an autocomplete search bar with Quikr suggestions using get_search_suggestions on partial user input
  • Extract product attribute sets (brand, model, condition) from get_listing_detail to train classification models
  • Monitor new listings for a specific category and location combination by polling search_listings with posted_date filtering
  • Enumerate all Quikr subcategory slugs via get_categories to build a complete taxonomy navigator
  • Identify competitive pricing for second-hand laptops or tablets by querying the 'laptops' or 'tablets' category with location set to 'India'
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 Quikr have an official developer API?+
Quikr does not publish a public developer API or API documentation for third-party access to its listings data.
What does `get_listing_detail` return for product specifications?+
It returns an attributes object containing key-value product specs such as Brand_name, Model, and Condition. The exact keys vary by category vertical — electronics listings include different fields than furniture or appliance listings. It also returns images (an array of URLs), price in INR, location, and posted_date as a relative string like '11 Days Ago'.
Are seller contact details or phone numbers available through the API?+
Seller contact information such as phone numbers or profile links is not exposed by the current endpoints. The API covers listing content: title, price, description, attributes, images, and location. You can fork this API on Parse and revise it to add a seller-detail endpoint if that data is accessible on the listing page.
How reliable is field coverage across listings in `search_listings`?+
Fields in the listings array are not guaranteed to be populated on every result. Older or incomplete ads may be missing price, image_url, or description_snippet. The title, url, and ad_id fields are the most consistently present. get_listing_detail generally returns more complete data for any individual ad.
Does the API cover Quikr services or real estate listings, not just physical goods?+
The API is scoped to QuikrBazaar — used physical product categories like mobile phones, electronics, furniture, and appliances. Services listings and QuikrHomes real estate listings are not covered by the current endpoints. You can fork this API on Parse and revise it to target those verticals.
Page content last updated . Spec covers 4 endpoints from quikr.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.