VOOZH about

URL: https://apify.com/scrapeai/quikr-product-scraper

⇱ Quikr Product Scraper Β· Apify


Pricing

$4.99/month + usage

Go to Apify Store

Quikr Product Scraper

Retrieves product listings from Quikr via its search API, allowing searches by category, brand, product type, and city to collect structured data such as product name, price, condition, and contact detailsβ€”ideal for market research, price comparison, and product intelligence.

Pricing

$4.99/month + usage

Rating

5.0

(3)

Developer

πŸ‘ ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

6 months ago

Last modified

Share

🧠 Quikr Product Scraper - API Based

This Apify actor retrieves product listings from Quikr classifieds through the Quikr search API. Search by category, brand, product type, and city to collect structured product information including name, price, condition, and contact details. Perfect for market research, price comparison, and product intelligence.

βœ… Use Cases

  • πŸ“‡ Gather product listings with pricing data
  • πŸ’¬ Build product catalogs for comparison platforms
  • πŸ™οΈ Conduct market research by location and category
  • 🧭 Perform competitive analysis in your niche
  • πŸ“Š Gather structured product intelligence from Quikr

πŸ“₯ Input Configuration

You can customize the actor using the following input fields:

{
"category":"mobiles-tablets",
"brands":["Samsung","Apple"],
"productType":"Mobile-Phones",
"city":"Dindigul",
"cityId":"w1098473fd",
"maxRequests":5
}

🧾 Fields Explained

FieldTypeDescription
categorystringProduct category on Quikr (e.g., 'mobiles-tablets', 'electronics-appliances')
brandsarrayArray of brand names to search for (e.g., ['Samsung', 'Apple'])
productTypestringType of product (e.g., 'Mobile-Phones', 'Laptops')
citystringCity name for location-based search
cityIdstringQuikr city ID (found in URL)
maxRequestsnumberMaximum number of API requests to make

πŸ“€ Output

The actor returns a dataset containing structured product records from Quikr. Each record includes comprehensive details about the product, suitable for price analysis, market research, and product intelligence.

🧩 Sample Output

{
"entityId":"15471",
"title":"Apple iPhone X",
"brand":"Apple",
"model":"Apple iPhone X",
"description":"- 3GB RAM | 64GB ROM\n- 5.8 inch HD Display\n- 12MP Primary Camera | 7MP Front",
"price":7999,
"displayPrice":45541,
"currency":"INR",
"condition":"Used",
"numberOfAds":310,
"imageUrl":"https://teja10.kuikr.com/i6/20171228/VB201705171774173-ak_LWBP77997365-1514461008.jpeg",
"productUrl":"https://www.quikr.com/mobiles-tablets/Apple+iPhone-X+Mobile-Phones+Dindigul+EntityIdZ15471fde",
"category":"Mobile Phones"
}

πŸ“‹ Output Fields

FieldTypeDescription
entityIdstringUnique Quikr product entity identifier
titlestringProduct title/name
brandstringProduct brand name
modelstringProduct model name
descriptionstringProduct description with specs
pricenumberStarting price in INR
displayPricenumberDisplay/market price in INR
currencystringCurrency code (INR)
conditionstringProduct condition (Used/New)
numberOfAdsintegerNumber of listings available
imageUrlstringProduct image URL
productUrlstringDirect link to Quikr product page
categorystringProduct category

πŸ” Data Source

  • βœ“ Data fetched exclusively via Quikr search API (HTTP POST requests)
  • βœ“ JSON response parsing with HTML content extraction
  • βœ“ Verified product information directly from Quikr
  • βœ“ Automatic filtering and deduplication

πŸ”’ Proxy Configuration

This actor uses standard HTTP headers with optional proxy support for:

  • Avoiding IP-based rate limiting or bans
  • Accessing location-specific data
  • Ensuring stable data retrieval at scale

Configure proxy settings in Apify:

{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"],
"apifyProxyCountry":"IN"
}

πŸš€ How to Use

  1. Open the actor in Apify Console
  2. Click "Try actor" or create a new task
  3. Enter your search parameters (category, brands, city)
  4. Configure maximum requests
  5. Run the actor
  6. Download results in JSON, CSV, or Excel format

βš™οΈ Advanced Input Example

{
"category":"mobiles-tablets",
"brands":["Samsung","Apple","OnePlus"],
"productType":"Mobile-Phones",
"city":"Mumbai",
"cityId":"w1098463fd",
"maxRequests":10
}

πŸ› οΈ Tech Stack

  • Apify SDK β€” actor orchestration and data handling
  • Node.js 18+ β€” runtime environment with native fetch API
  • Quikr Search API β€” exclusive data source for product information

πŸ“Š Data Processing Features

  • βœ“ Automatic duplicate detection using Entity IDs
  • βœ“ Structured data parsing from HTML responses
  • βœ“ Comprehensive logging and error handling
  • βœ“ Schema validation for all output records

πŸ”§ Local Development

Installation

$npminstall

Running the Actor

$npm start

Validation

Validate all generated datasets against the schema:

$node validate-datasets.js

Code Quality

Format code:

$npm run format

Check linting:

$npm run lint

πŸ“‚ Project Structure

.
β”œβ”€β”€ .actor/ # Actor configuration
β”‚ β”œβ”€β”€ actor.json # Actor metadata
β”‚ β”œβ”€β”€ input_schema.json # Input parameters schema
β”‚ β”œβ”€β”€ dataset_schema.json # Output dataset schema
β”‚ β”œβ”€β”€ input.json # Default input
β”‚ β”œβ”€β”€ input-local.json # Local development input
β”‚ └── input-production.json # Production input
β”œβ”€β”€ src/
β”‚ └── main.js # Main actor script
β”œβ”€β”€ storage/
β”‚ └── datasets/default/ # Generated datasets
β”œβ”€β”€ package.json # Dependencies
β”œβ”€β”€ validate-datasets.js # Dataset validator
└── README.md # This file

🀝 Support

For issues, questions, or feature requests, please refer to the Apify documentation or contact support.

You might also like

Quikr Product Scraper πŸ›οΈ

shahidirfan/Quikr-Product-Scraper

Scrape live product listings from India's Quikr marketplace instantly. Extract prices, seller details, descriptions & images. Ideal for price intelligence, competitive monitoring, inventory tracking, ecommerce research & AI datasets. Fully structured output.

Quikr Product Search Scraper

stealth_mode/quikr-product-search-scraper

Scrape structured product listings from Quikr.com search pages β€” including price, location, images, attributes, and EMI data. Perfect for market researchers, price trackers, and real estate or auto analysts needing bulk classified ad data.

Shopify Product Search

pintostudio/shopify-product-search

This actor retrieves targeted product data based on your input, including details such as product titles, descriptions, and metadata, making it a perfect tool for focused product research and analysis.

42

Indiamart Product Scraper

scrapeai/indiamart-product-scraper

This Apify actor retrieves product and supplier data through the IndiaMart search API. Search by query and city to collect structured product information including name, price, company, contact details, and location. Perfect for B2B lead generation, market research, and sourcing products from India.

Zazzle Product Scraper - Cheap πŸ›οΈπŸŽ¨πŸ“Š

scrapestorm/zazzle-product-scraper---cheap

πŸ”Ž Easily collect product listings from Zazzle Provide one or multiple search or category URLs and extract product intelligence such as 🏷 Product Title πŸ’° Sale Price πŸ’΅ Original Price πŸ”— Product URL πŸ–Ό Image URL & more. Perfect for print-on-demand research and e-commerce market insights πŸ“ŠπŸš€

3

5.0

Amazon Product ScraperπŸ›οΈ

webscrap18/amazon-product-scraper

πŸ›’ Scrape Amazon Product Data with Ease Easily extract comprehensive product information from Amazon.com, including search results, product pages, and category listings. Get access to πŸ’° pricing details, ⭐ customer reviews & ratings, πŸ“¦ product availability, and 🏷️ key product specifications.

Advanced Amazon Product Scraper

scrapeai/advanced-amazon-product-scraper

The scraper collects detailed product information including product title, price, rating, number of reviews, product URL, image URL, brand, availability status, and other key details from the product page, and exports the data in structured JSON format.

Otto.de Product Scraper

m3web/otto-de-product-scraper

Easily extract product data from Otto.de with this scraper. Supports product categories, filtered results, search terms, and individual product URLs. Ideal for collecting product details, including name, price, brand, condition, availability, ratings, and more.

Amazon Product Details Scraper

igview-owner/amazon-product-data-scraper

Fetch Amazon product details from ASINs or product URLs in one click. Get title, price, rating, images, availability and key product info for multiple marketplaces. Perfect for product research, catalog enrichment, price tracking and analytics.

πŸ‘ User avatar

Sachin Kumar Yadav

261

1.0

Flipkart Advanced Product Scraper

scrapeai/flipkart-advanced-product-scraper

An Apify actor that fetches structured product data directly from the Flipkart API. Search by keyword or category URL to extract details like product name, brand, price, MRP, discounts, ratings, reviews, specifications, and imagesβ€”ideal for e-commerce research, price tracking, and market analysis.