PlacementIndia Job Scraper โ India's Top Job Board Data
Pricing
from $5.00 / 1,000 results
PlacementIndia Job Scraper โ India's Top Job Board Data
Extract structured job listings from PlacementIndia.com โ India's leading job portal. Perfect for AI agents (Claude, ChatGPT, MCP), job aggregators, and recruitment analytics.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Archit Khurana
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
13 days ago
Last modified
Categories
Share
๐ฎ๐ณ PlacementIndia Job Scraper โ India's Top Job Board Data Extractor
Extract structured job listings from PlacementIndia.com โ India's leading job portal connecting 1 Crore+ job seekers with 6 Lakh+ verified employers. Perfect for job aggregators, recruitment platforms, market research, and AI agents powered by Claude, ChatGPT, and MCP protocols.
๐ฏ Features
โ
Comprehensive Job Data โ Title, company, location, salary, experience, skills, job description
โ
Multi-Location Support โ Search jobs across all Indian cities (Delhi, Mumbai, Bangalore, etc.)
โ
Advanced Filtering โ By industry, job type, salary range, experience level
โ
No Login Required โ Scrape publicly available job listings without authentication
โ
Rate Limit Friendly โ Respects server resources with smart delays
โ
MCP Compatible โ Seamlessly integrates with Claude Desktop and AI automation workflows
โ
JSON Export โ Clean, structured output ready for databases and analytics
๐ Output Format
Each job listing returns the following structured data:
| Field | Type | Description |
|---|---|---|
jobTitle | String | Job position title |
companyName | String | Hiring company name |
location | String | Job location (city, state) |
salary | String | Salary range (if available) |
experience | String | Required experience level |
skills | Array | Required skills/technologies |
jobDescription | String | Full job description |
jobUrl | String | Direct link to job posting |
postedDate | String | When the job was posted |
applicants | String | Number of applicants (if shown) |
jobType | String | Full-time, Part-time, Contract, etc. |
Example Output
{"jobTitle": "Senior Python Developer","companyName": "Tech Solutions India Pvt Ltd","location": "Bangalore, Karnataka","salary": "โน8-12 LPA","experience": "3-5 years","skills": ["Python", "Django", "REST API", "PostgreSQL", "AWS"],"jobDescription": "We are looking for an experienced Python developer...","jobUrl": "https://www.placementindia.com/job/python-developer-12345","postedDate": "2 days ago","applicants": "25 applicants","jobType": "Full-time"}
๐ Quick Start
Run on Apify Platform
apify call [your-username]/placementindia-scraper --input '{"searchKeyword": "python developer","location": "Bangalore","maxJobs": 50}'
Input Parameters
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
searchKeyword | String | No | Job title or skill to search | "" |
location | String | No | City/state to filter jobs | "All India" |
maxJobs | Integer | No | Maximum jobs to scrape | 100 |
experienceLevel | String | No | Filter: Fresher, 1-3 years, 3-5 years, 5+ years | "All" |
industry | String | No | Filter by industry (IT, Banking, Healthcare, etc.) | "All" |
jobType | String | No | Full-time, Part-time, Contract, Internship | "All" |
๐ค AI Integration โ Claude, ChatGPT & MCP
Use with Claude Desktop (MCP Protocol)
Add this actor to your Claude Desktop claude_desktop_config.json:
{"mcpServers": {"apify": {"command": "npx","args": ["-y", "@apify/mcp-server"],"env": {"APIFY_API_TOKEN": "your_apify_token"}}}}
Example Claude Prompt:
"Find me all Python developer jobs in Mumbai with 3+ years experience from PlacementIndia"
Claude will automatically:
- Call this Apify Actor with the right parameters
- Parse the job listings
- Present you with a clean summary and actionable insights
Use with ChatGPT (GPT Actions)
Configure this actor as a GPT Action in ChatGPT:
openapi: 3.0.0info:title: PlacementIndia Job Scraperversion: 1.0.0servers:- url: https://api.apify.com/v2paths:/acts/[your-username]/placementindia-scraper/runs:post:operationId: scrapeJobsrequestBody:required: truecontent:application/json:schema:type: objectproperties:searchKeyword:type: stringlocation:type: stringmaxJobs:type: integer
Example ChatGPT Prompt:
"Get the latest data science jobs in Pune with salaries above โน10 LPA"
Use with Make.com / Zapier
Make.com:
- Add "Apify" module
- Select "Run Actor"
- Choose
placementindia-scraper - Map input fields from previous steps
- Use output in Google Sheets, Airtable, or email notifications
Zapier:
- Search for "Apify" in Zapier
- Trigger: Schedule (daily job alerts)
- Action: Run Apify Actor โ
placementindia-scraper - Filter: Only jobs matching your criteria
- Send to Slack, email, or CRM
๐ก Use Cases
| Use Case | Description |
|---|---|
| ๐ Job Aggregation | Build a meta job board by combining data from multiple sources |
| ๐ Market Research | Analyze hiring trends, salary ranges, and skill demand in India |
| ๐ค AI Resume Matching | Feed job data to Claude/ChatGPT to match candidates with roles |
| ๐ง Job Alerts | Auto-notify users when jobs matching their profile are posted |
| ๐ข Recruitment Analytics | Track competitor hiring, industry growth, and talent gaps |
| ๐ฑ Mobile Apps | Power job search features in mobile applications |
๐ ๏ธ Technical Details
- Language: Python 3.11+
- Libraries:
requests,beautifulsoup4,apify-client - Rate Limiting: 1-2 second delay between requests
- Error Handling: Automatic retries on network failures
- Data Validation: Ensures all fields are properly formatted
๐ FAQ
Q: Do I need a PlacementIndia account?
A: No, this scraper only accesses public job listings.
Q: How often should I run this actor?
A: Daily for fresh job alerts, weekly for market research.
Q: Can I scrape specific companies?
A: Yes, use the searchKeyword field with the company name.
Q: Is this legal?
A: Yes, we only scrape publicly available data. Always review PlacementIndia's Terms of Service.
Q: How do I handle large datasets?
A: Increase maxJobs or run multiple searches in parallel with different filters.
๐ Related Actors
- Naukri.com Scraper โ India's largest job portal
- LinkedIn Jobs Scraper โ Professional networking jobs
- Indeed India Scraper โ Global job aggregator
๐ Support
- Issues: GitHub Issues
- Documentation: Apify Docs
- Community: Apify Discord
๐ License
Apache 2.0 โ Free for commercial and personal use.
Built with โค๏ธ for India's job market | Optimized for Claude AI, ChatGPT, and MCP workflows