Actor for starting several Runs from single Input. It also has capability to merge the Dataset items from the created batch.
Actor for managing running multiple runs based on single input. Optionally it can also merge the default Datasets from the run and Provide results in its own default Dataset.
Also allows to overcome issue of exceeding Apify Platform limits (max Memory usage) by starting new Runs only when it is possible.
1{ 2 "batch": [ 3 { 4 "runId": "UuwtsB8GJ4JpsqTdh" 5 }, 6 { 7 "actorId": "useful-tools/wait-and-finish", 8 "input": { 9 "minWaitTime": 30, 10 "dataset": { 11 "items": [ 12 { 13 "key": "value1" 14 } 15 ] 16 } 17 }, 18 "timeout": 300, 19 "build": "latest", 20 "memoryMb": 256 21 }, 22 { 23 "actorId": "useful-tools/wait-and-finish", 24 "input": { 25 "fail": "dsa" 26 } 27 }, 28 { 29 "actorId": "useful-tools/wait-and-finish", 30 "input": { 31 "dataset": { 32 "items": [ 33 { 34 "key": "value1" 35 }, 36 { 37 "key": "value2" 38 } 39 ] 40 } 41 } 42 } 43 ], 44 "mergeDatasets": true, 45 "failOnAnyRunFails": false 46}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!