India Remote Talent Data API

The only API with ground-truth data on which companies hire from India, what they pay, and how fast they respond. Used by HR platforms, ATS vendors, and salary benchmarking tools.

GET

/api/v2/salary

Median, p25, p75 salary by role. Based on anonymous community reports from India.

GET

/api/v2/companies

India accept rate, avg response time, and total remote jobs per company.

GET

/api/v2/skills

Top 100 skills in India-eligible remote jobs, ranked by demand.

GET

/api/v2/usage

Check your monthly call usage and remaining quota.

Free

₹0

1,000 calls/month

  • All 4 endpoints
  • JSON responses
  • Email support

Pro

₹2L/month

100,000 calls/month

  • All endpoints
  • SLA 99.9%
  • Dedicated support
  • Webhooks on new data

Enterprise

Custom

Unlimited

  • Full data dump
  • Custom fields
  • White-label
  • Slack support

Get your free API key

No credit card required. 1,000 calls/month free forever.

Quick start

# Get India salary data for Software Engineers
curl https://remoteforge-api.fly.dev/api/v2/salary?role=software-engineer \
  -H "Authorization: Bearer rf_your_api_key"

# Get companies with highest India accept rate
curl https://remoteforge-api.fly.dev/api/v2/companies \
  -H "Authorization: Bearer rf_your_api_key"

# Get top skills in India-eligible remote jobs
curl https://remoteforge-api.fly.dev/api/v2/skills \
  -H "Authorization: Bearer rf_your_api_key"

# Check your usage
curl https://remoteforge-api.fly.dev/api/v2/usage \
  -H "Authorization: Bearer rf_your_api_key"
Data sources: Salary data is anonymous community-sourced. Company intelligence is derived from live job listings across Remotive, WWR, and RemoteOK. Skills data is computed from India-eligible job tags in real time.