Indeed Scraper avatar
Indeed Scraper

Pricing

$5.00 / 1,000 results

Go to Store
Indeed Scraper

Indeed Scraper

Developed by

Misceres

Misceres

Maintained by Apify

Scrape jobs posted on Indeed. Get detailed information from this job portal about saved and sponsored jobs. Specify the search based on location with the output attributes position, location, and description.

4.4 (28)

Pricing

$5.00 / 1,000 results

350

Total users

10K

Monthly users

1.6K

Runs succeeded

>99%

Issues response

19 days

Last modified

2 months ago

RM

How to set up the maximum number of items i am ready to be charged using the apify JS sdk

Closed

relaxed_magistrate opened this issue
5 months ago

Currently, we can only set up the "Max items" to be scrapped, but not the "Maximum charged results" using the Apfiy JS SDK. We can only do it on the web app. Is there a way to do it?

lukas.prusa avatar

Hi, thanks for opening this issue!

Of course you can :) Simply use the await client.actor('misceres/indeed-scraper').call(myInput, { maxItems: 1000 }) method.

Here is the documentation: https://docs.apify.com/sdk/js/reference/next/interface/CallOptions#maxItems

I hope this helps, thanks and happy scraping!