Skip to main content

Frequently Asked Questions

Common questions about Cardekho.com parser and Indian automotive data extraction.

🔐 Authentication & Setup

How do I get an API key for Cardekho.com parser?

  1. Sign up at Carapis Dashboard
  2. Navigate to the API Keys section
  3. Create a new API key specifically for Cardekho.com parser
  4. Copy your API key and keep it secure

Your API key will look like: cardekho_parser_sk_1234567890abcdef1234567890abcdef

What regions are supported for Cardekho.com parser?

We support all Indian states and union territories, with optimized coverage for:

  • Mumbai - Financial capital with highest data density
  • Delhi - Government and business market focus
  • Bangalore - Tech market with modern buyers
  • Chennai - Industrial market with practical focus
  • Kolkata - Cultural hub with diverse preferences
  • Hyderabad - Growing tech and business market
  • All other cities - Complete coverage with regional optimization

Can I use the same API key for multiple parsers?

No, each parser requires its own dedicated API key for security and rate limiting purposes. You can create multiple API keys from your dashboard.

💰 Pricing & Billing

How much does Cardekho.com parser cost?

Pricing is based on your usage plan:

  • Free Plan: 100 requests/month
  • Basic Plan: $49/month - 1,000 requests
  • Pro Plan: $199/month - 10,000 requests
  • Enterprise Plan: Custom pricing for high-volume usage

Do you offer discounts for Indian businesses?

Yes, we offer special pricing for Indian automotive businesses:

  • Dealer Discount: 20% off for registered Indian car dealers
  • Startup Program: 50% off for Indian automotive startups
  • Enterprise Discount: Volume discounts for large organizations
  • Regional Discount: Special pricing for tier-2 and tier-3 cities

Contact our sales team for Indian market-specific pricing.

How are requests counted?

  • Extract requests: Each API call counts as 1 request
  • Batch requests: Each item in a batch counts as 1 request
  • Statistics requests: Count as 1 request regardless of data size
  • Failed requests: Count against your limit (retry logic available)

🛡️ Technical & Anti-Detection

How do you handle Cardekho.com's anti-bot protection?

Our advanced anti-detection system includes:

  • Indian Residential Proxies: Authentic Indian IP addresses
  • Browser Fingerprinting: Realistic browser profiles matching Indian users
  • Behavioral Simulation: Human-like browsing patterns
  • CAPTCHA Solving: Automated Hindi and English CAPTCHA resolution
  • Rate Limiting: Respects Cardekho.com's rate limits

What happens if Cardekho.com changes their website?

We monitor Cardekho.com continuously and update our parser within hours of any changes. Our adaptive parsing technology handles most minor changes automatically.

How reliable is the data extraction?

  • Success Rate: 99.5% for standard requests
  • Data Accuracy: 99.8% accuracy for extracted data
  • Uptime: 99.9% service availability
  • Real-time Updates: Data refreshed every 15 minutes

📊 Data & Coverage

What data fields are available?

We extract comprehensive vehicle information:

Vehicle Details

  • Make, model, year, trim, and specifications
  • Engine and performance data
  • Condition and history information
  • Features and optional equipment
  • VIN and registration details

Pricing & Market

  • Current asking prices in INR
  • Price history and market trends
  • Regional pricing variations
  • EMI and financing options
  • Negotiation status

Seller Information

  • Dealer details and contact information
  • Location data and service areas
  • Seller ratings and reviews
  • Verification status and trust indicators
  • Listing performance metrics

How fresh is the data?

  • Real-time Extraction: Data extracted on-demand
  • Cache Duration: 15 minutes for frequently accessed data
  • Update Frequency: Continuous monitoring for changes
  • Historical Data: Available for trend analysis

Can I get historical data?

Yes, we provide historical data for:

  • Price Trends: Up to 2 years of price history
  • Market Analysis: Historical market performance
  • Seasonal Patterns: Long-term seasonal analysis
  • Custom Timeframes: Specific date ranges on request

🏢 Business Use Cases

How can Indian dealers use this data?

Indian dealers can leverage our data for:

  • Competitive Pricing: Monitor competitor prices in real-time
  • Inventory Management: Optimize stock based on market demand
  • Market Analysis: Understand regional market dynamics
  • Customer Insights: Identify customer preferences and trends
  • Performance Tracking: Monitor listing performance and engagement

What about automotive financing companies?

Financial institutions can use our data for:

  • Vehicle Valuation: Accurate pricing for loan collateral
  • Risk Assessment: Market-based risk evaluation
  • Portfolio Management: Optimize automotive loan portfolios
  • Market Monitoring: Track market volatility and trends
  • Regulatory Compliance: Market data for regulatory reporting

How do insurance companies benefit?

Insurance companies can leverage our data for:

  • Claims Assessment: Accurate vehicle valuations for claims
  • Risk Pricing: Market-based premium calculation
  • Fraud Detection: Identify suspicious claims patterns
  • Market Analysis: Understand vehicle depreciation trends
  • Product Development: Design market-appropriate products

🌍 Indian Market Specific

How do you handle Indian currency fluctuations?

Our system automatically handles Indian Rupee (INR) fluctuations:

  • Real-time Exchange Rates: Updated currency conversions
  • Multi-currency Support: Display prices in INR, USD, EUR
  • Price Normalization: Consistent pricing across time periods
  • Currency Impact Analysis: Exchange rate effects on pricing

What about Indian automotive regulations?

We comply with all Indian automotive regulations:

  • RTO Compliance: Adherence to Indian vehicle registration laws
  • Documentation Standards: Indian documentation requirements
  • Quality Standards: Indian quality certification standards
  • Data Localization: Data stored in Indian data centers
  • Audit Trail: Complete audit trail for compliance

How do you handle regional differences in India?

Our parser accounts for Indian regional variations:

  • State Differences: Different regulations and preferences by state
  • Urban vs. Rural: Different market dynamics
  • Metro vs. Non-Metro: Different market characteristics
  • Cultural Influences: Regional cultural impact on vehicle choice

🔧 Integration & Development

What programming languages are supported?

We provide SDKs and libraries for:

  • JavaScript/Node.js: Official SDK with full TypeScript support
  • Python: Comprehensive Python library
  • PHP: Full-featured PHP client
  • Java: Enterprise-grade Java SDK
  • C#: .NET integration library
  • REST API: Universal HTTP API for any language

How do I handle rate limits?

Our SDKs include built-in rate limiting:

const parser = new CardekhoParser({
apiKey: 'your_key',
rateLimit: {
requestsPerMinute: 60,
requestsPerHour: 1000,
},
});

Can I use webhooks for real-time updates?

Yes, we support webhooks for real-time notifications:

  • Price Changes: Notify when prices change
  • New Listings: Alert for new vehicle listings
  • Inventory Updates: Dealer inventory changes
  • Market Events: Significant market movements

📈 Performance & Scalability

How fast is the data extraction?

  • Average Response Time: Under 2 seconds
  • Bulk Processing: 1000+ vehicles per minute
  • Concurrent Requests: Up to 20 simultaneous requests
  • Caching: Intelligent caching for faster responses

Can I extract data for multiple cities simultaneously?

Yes, you can extract data for multiple Indian cities:

const cities = ['mumbai', 'delhi', 'bangalore'];
const promises = cities.map((city) =>
parser.extractListings({
filters: { make: 'Maruti Suzuki', city: city },
limit: 50,
}),
);
const results = await Promise.all(promises);

How do you handle large datasets?

Our system is optimized for large-scale data extraction:

  • Pagination: Automatic pagination for large result sets
  • Batch Processing: Efficient batch extraction
  • Streaming: Real-time data streaming for large datasets
  • Compression: Data compression for faster transfers

🆘 Troubleshooting

What if my API calls are failing?

Common solutions:

  1. Check API Key: Verify your API key is correct and active
  2. Rate Limits: Ensure you're within your plan's limits
  3. Network Issues: Check your internet connection
  4. Parameter Errors: Validate your request parameters
  5. Contact Support: Reach out if issues persist

How do I handle API errors?

Our SDKs include comprehensive error handling:

try {
const vehicles = await parser.extractListings(filters);
} catch (error) {
switch (error.code) {
case 'RATE_LIMIT_EXCEEDED':
// Wait and retry
break;
case 'INVALID_FILTERS':
// Check your filter parameters
break;
case 'REGION_NOT_SUPPORTED':
// Use supported region
break;
default:
// Handle other errors
}
}

What if Cardekho.com is down?

We have multiple fallback mechanisms:

  • Cached Data: Serve cached data when available
  • Alternative Sources: Use backup data sources
  • Retry Logic: Automatic retry with exponential backoff
  • Status Monitoring: Real-time service status updates

📞 Support & Contact

How do I get technical support?

Multiple support channels available:

  • Documentation: Comprehensive guides and examples
  • Email Support: support@carapis.com
  • Live Chat: Available during business hours
  • Discord Community: Join our developer community
  • Phone Support: Available for enterprise customers

Do you offer training for Indian businesses?

Yes, we provide training programs:

  • Onboarding Sessions: Free setup assistance
  • Technical Training: Deep-dive into API features
  • Market Workshops: Indian automotive market insights
  • Custom Training: Tailored training for your team

Can I request custom features for the Indian market?

Absolutely! We welcome feature requests:

  • Market-Specific Features: Indian automotive market needs
  • Regional Enhancements: State-specific functionality
  • Integration Requests: Custom integrations with Indian systems
  • Data Field Requests: Additional data fields for Indian market

Have more questions? Contact our Indian market specialists for personalized assistance.