WorkIndia Scraper - Blue Collar Candidate Data India avatar

WorkIndia Scraper - Blue Collar Candidate Data India

Pricing

from $2.00 / 1,000 results

Go to Apify Store
WorkIndia Scraper - Blue Collar Candidate Data India

WorkIndia Scraper - Blue Collar Candidate Data India

Scrape WorkIndia candidates without login. Export blue-collar job-seeker data to CSV/JSON as a WorkIndia API alternative.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

1

Bookmarked

26

Total users

1

Monthly active users

8 days ago

Last modified

Share

Extract candidate profiles from WorkIndia — India's largest blue & grey collar hiring platform with 300K+ active candidates. This WorkIndia candidate scraper pulls structured job-seeker data across delivery, sales, technician, housekeeping, driver, cook, teacher, security and 40+ other categories.

Search by job title, city and industry, then export clean candidate records to CSV, JSON or Excel for talent sourcing, recruitment intelligence and blue-collar workforce analytics.

Apify Actor


What you get

One dataset record per candidate. Export to CSV, JSON or Excel:

  • candidateId — WorkIndia candidate hash ID
  • fullName / age / gender — basic profile
  • location / city — area + city
  • qualification / englishLevel — education and English-speaking level
  • totalExperience / yearsOfExperience — Fresher / Experienced + years
  • previousJobTitle / previousCompany — last role and employer
  • skills / sectors / languages / assets — capabilities, work sectors, languages, documents (Bike, Aadhaar…)
  • isLookingUrgently / isMobileVerified / hasResume — status flags
  • isUnlocked / mobileNo — contact visibility (phone only if unlocked via an employer plan)
  • matchScore — WorkIndia relevance score 0–100
  • hotLeadStatusnew_lead / old_lead
  • lastSeen / joinDate — activity and join dates
  • searchJobTitle / searchCity — the query that surfaced this candidate
  • scrapedAt — ISO scrape timestamp

Note: mobileNo is null for locked candidates — WorkIndia requires an authenticated employer account to unlock contact details. This actor scrapes the public search.


Use cases

  • Talent pipeline building — find and screen candidates before paying to unlock contacts.
  • Market research — candidate availability and skills distribution by city.
  • Workforce analytics — experience levels and qualification spread across the blue-collar market.
  • Salary benchmarking — understand supply / demand by role and city.
  • Hiring automation — feed candidate data into an ATS or internal database.

How to use

  1. Pick job titles — use WorkIndia's exact title strings (see list below).
  2. Pick cities — lowercase city slugs (e.g. mumbai, delhi, bangalore).
  3. Run & export — set sort, max candidates and pages, then download as CSV, JSON or Excel.

Example input

{
"jobTitles": ["Delivery Executive", "IT Technician/Network Technician"],
"cities": ["mumbai", "delhi", "bangalore"],
"industries": [],
"sortNew": true,
"maxCandidates": 200,
"maxPages": 20
}

Input fields

FieldDefaultDescription
jobTitles[]Exact job-title strings from WorkIndia.
cities[]City slugs (lowercase).
industries[]Industry slugs — auto-inferred from job title if empty.
sortNew / sortActive / sortLocationtrue / false / falseSort by newest / most active / proximity.
maxCandidates200Total candidates cap (0 = unlimited).
maxPages20Pages per job-title × city (each page = 10 candidates).

City slugs

mumbai, delhi, bangalore, pune, hyderabad, chennai, kolkata, ahmedabad, surat, jaipur, lucknow, indore, nagpur, chandigarh, kochi, trivandrum, vadodara, nashik, coimbatore, bhopal, patna, gurgaon, noida, goa.

Job titles (selection)

  • Delivery: Delivery Executive, Delivery Boy, Courier Delivery, Food Delivery
  • Sales: Sales Executive - Field Sales, Field Sales Executive, Medical Representative - Field Sales
  • Technician: IT Technician/Network Technician, Electrician, AC Technician, Mobile Technician
  • Driver: Car Driver, Cab Driver, Truck Driver, Bus Driver
  • Housekeeping: Housekeeping Staff, Housekeeping Executive
  • Security: Security Guard, Watchman
  • IT & Software: Software Developer, Python Developer, Web Developer, Full Stack Developer, Android Developer
  • Teaching: Teacher, Computer Teacher, English Teacher, Tutor
  • HR & Admin: HR Executive, HR Recruiter, Data Entry Operator, Office Admin
  • Telecalling: Telecaller, Customer Care Executive, BPO Executive

FAQ

Do I get candidate phone numbers?

Only for unlocked candidates. mobileNo is null unless the profile is unlocked via an authenticated employer session — this actor scrapes the public WorkIndia search, so most numbers are locked.

How does the actor work?

It calls WorkIndia's candidate-search API directly (no headless browser), paginating by offset. Pure API calls keep it fast and cheap — about 0.004 CU per 100 candidates.

What is matchScore and hotLeadStatus?

matchScore is WorkIndia's internal relevance score (0–100). hotLeadStatus is new_lead (joined recently) or old_lead (existing profile).

What output formats are supported?

JSON, CSV, Excel (XLSX), HTML and JSONLines via the Apify dataset and API.

Is this a WorkIndia API alternative?

Yes. WorkIndia has no public candidate API, so this actor works as a WorkIndia API alternative — it queries the public candidate search directly and returns structured records you control.

How do I export WorkIndia candidate data to CSV or JSON?

Run a search by job title and city, then download the dataset as CSV, JSON or Excel from the run page or the Apify API. This is the simplest way to export WorkIndia candidate data without writing scraping code.

Can I scrape WorkIndia candidates without login?

Yes. The actor scrapes the public WorkIndia search without a login or employer account. Note that locked phone numbers stay null — unlocking contacts still requires an authenticated WorkIndia employer plan.


Cost & performance

~0.004 CU per 100 candidates. No browser overhead — pure API calls.

Changelog

2026-06-07

  • Docs: added coverage for WorkIndia API alternative use, exporting candidate data to CSV/JSON, and scraping the public search without login.

2026-06-05

  • 🛡️ Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
  • ⚡ Stability & performance hardening; fresh rebuild.
VersionDateNotes
1.0.02026-04-16Initial release — direct API, job title × city search, full candidate parsing

2026-06-04

  • Verified live & refreshed build — reliability/maintenance pass.