LinkedIn Jobs Scraper - No Cookies avatar
LinkedIn Jobs Scraper - No Cookies

Pricing

$5.00 / 1,000 jobs

Go to Store
LinkedIn Jobs Scraper - No Cookies

LinkedIn Jobs Scraper - No Cookies

Developed by

API Maestro

API Maestro

Maintained by Community

Extract LinkedIn jobs data including titles, descriptions, company info, and application details. Features advanced filtering by location, experience, job type, and Easy Apply status.

5.0 (3)

Pricing

$5.00 / 1,000 jobs

51

Total users

876

Monthly users

140

Runs succeeded

99%

Issues response

0.4 hours

Last modified

18 days ago

HI

Job Result limitation not working

Closed

hiiqas opened this issue
2 months ago

Hello, when I set the maxResult to 10 in my requests, it does work in the responses, but when I check my runs and my usage, it shows 100 results being returned and I am being charged for that. My question is, how do I fix this so that I am only given 10 results at a time and I am only charged for 10?

HI

hiiqas

2 months ago

For context, in the code I am using this line:

const { items } = await apifyClient.dataset(defaultDatasetId).listItems({ limit: 10 // });

and it does it return maximum 10, but I am still seeing runs with 100 results, despite the fact I do not want that, nor do I want to be charged for that

APIMaestro avatar

currently there is no limit field on the actor . you're only limiting on your side after you get 100 result . I'll add a field to limit result on Input

HI

hiiqas

2 months ago

Ah I see, can you let me know once this is live? Great work on the API btw

APIMaestro avatar

Thanks ! it's live, use result limit field

HI

hiiqas

2 months ago

Fire, thank you!