Advanced LinkedIn Job Search API avatar
Advanced LinkedIn Job Search API

Pricing

from $2.00 / 1,000 jobs

Go to Store
Advanced LinkedIn Job Search API

Advanced LinkedIn Job Search API

Developed by

Fantastic.jobs

Fantastic.jobs

Maintained by Community

Access our real-time LinkedIn Jobs database with over 10 million new jobs per month. With detailed company data, recruiter data, and AI enrichments! Get exact results with our advanced filters on title, description, location, company description, no. of employees, industry, seniority, and easyapply.

5.0 (1)

Pricing

from $2.00 / 1,000 jobs

0

Total users

17

Monthly users

17

Runs succeeded

>99%

Issues response

0.45 hours

Last modified

2 days ago

DE

Dataset outside india (using india in json)

Closed

developer.erekrut opened this issue
3 days ago

{ "limit": 10, "timeRange": "24h", "locationSearch": ["India"], "remote": false, "removeAgency": true, "includeAi": false, "descriptionType": "text", "aiExperienceLevelFilter": ["2-5","5-10","10+"] }, "build": "latest", "memory": 128, "timeout": 300 }'

even after using India in location getting outside India data

fantastic-jobs avatar

Hi Erekut,

Looking at your runs, I think you're calling 'input' twice, causing your filters to be ignored. You should leave out the input when calling the Actor:

{ "input": { "limit": 10, "timeRange": "24h", "locationSearch": [ "India, India" ], "locationExclusionSearch": [ "Indiana:", "Indianapolis:" ], "remote": false, "removeAgency": true, "includeAi": false, "descriptionType": "text", "aiExperienceLevelFilter": [ "2-5", "5-10", "10+" ] }, "build": "latest", "memory": 128, "timeout": 300, "timeRange": "7d", "limit": 100, "descriptionType": "text" }

instead:

{ "aiHasSalary": false, "aiVisaSponsorshipFilter": false, "descriptionType": "text", "directApply": false, "externalApplyUrl": false, "includeAi": true, "limit": 10, "locationSearch": [ "India" ], "remote": false, "removeAgency": true, "timeRange": "24h" }

fantastic-jobs avatar

I can see that the queries are now going well so I will close those issue :)