Job Posting Deduper & Scorer
Pricing
Pay per usage
Go to Apify Store
Job Posting Deduper & Scorer
Clean, deduplicate, normalize, and score job posting data from multiple sources for job seekers, recruiters, career coaches, and AI job-search agents.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ralph T
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Clean, deduplicate, normalize, and score job posting records from multiple sources.
Use cases
- Combine jobs from LinkedIn, Indeed, Google Jobs, company career pages, and custom sources.
- Remove duplicate jobs syndicated across multiple boards.
- Rank jobs for a specific job seeker or search profile.
- Prepare clean data for AI job-search agents, alerts, spreadsheets, and workflows.
Input options
Provide records directly:
{"jobRecords": [{ "title": "Remote Data Engineer", "company": "ExampleCo", "location": "Remote", "url": "https://example.com/job/1" }],"idealKeywords": ["remote", "data", "engineer"],"locations": ["remote"],"remoteOnly": false}
Or pass an Apify datasetId from another jobs Actor.
Output
Each output row is one canonical job cluster with:
- normalized title/company/location
- duplicate count and source URLs
- best apply URL
- remote and salary signals
- score, matched keywords, and flags
This Actor does not scrape job boards by itself; it improves job records produced by other Actors or APIs.