Sort Dataset Items

Sort Dataset Items

Add this actor as a webhook to your scraper to sort the dataset by index field

DEVELOPER_TOOLSINTEGRATIONSOPEN_SOURCEApify

Dataset items are immutable but this actor will create a new dataset with ordered items. This is useful if you need to keep the same order as your Start URLs.

  1. Make sure that items from your scraper in your original dataset have an index property, e.g.
1{
2    index: 1,
3    price: 2.35,
4    title: 'my product',
5    // your other data 
6}
  1. Add this actor as a webhook to your scraper. URL: https://api.apify.com/v2/acts/lukaskrivka~sort-dataset-items/runs?token=YOUR_TOKEN (replace with your real token)
  2. After your scraper finishes, it will automatically launch this actor. Once this actor finishes, it will produce dataset with sorted items.

Memory

If you need to sort large dataset, you might need to increase memory of this actor. You can change default memory by making it into a task.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!