Apna.co Jobs Scraper — India Job Portal API avatar

Apna.co Jobs Scraper — India Job Portal API

Pricing

Pay per usage

Go to Apify Store
Apna.co Jobs Scraper — India Job Portal API

Apna.co Jobs Scraper — India Job Portal API

Scrape job listings from Apna.co — India's fastest-growing job portal. Extract job title, company, location, salary, skills, and contact data.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Bhaskar Pandey

Bhaskar Pandey

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Apna.co Jobs Scraper

Scrape job listings from Apna.co — India's fastest-growing job portal.

What it extracts

  • Job title
  • Company name
  • Location
  • Salary range
  • Skills required
  • Job URL

Input

{
"searchQueries": ["software engineer", "data scientist"],
"locations": ["bangalore", "mumbai"],
"maxJobs": 100,
"maxPages": 50,
"proxyConfiguration": {}
}

Output

{
"record_type": "job",
"job_id": "12345",
"job_title": "Software Engineer",
"company_name": "TechCorp India",
"location": "Bangalore, Karnataka",
"salary": "₹8-12 LPA",
"skills": ["Python", "React", "AWS"],
"job_url": "https://www.apna.co/job/software-engineer-at-techcorp-12345",
"source_page": 1,
"source_query": "software engineer",
"source_location": "bangalore"
}

Tech

  • Python 3.14 + Playwright (headless)
  • Crawlee (PlaywrightCrawler)
  • Apify Actor runtime

Notes

Apna.co uses client-side rendering. The scraper waits for job cards to load before extracting data.