All Collections
Using Octoparse
Advanced Settings
Incremental Extraction - Get updated data easily
Incremental Extraction - Get updated data easily
Updated over a week ago

You are browsing a tutorial guide for the latest Octoparse version. If you are running an older version of Octoparse, we strongly recommend you upgrade because it is faster, easier, and more robust! Download and upgrade here if you haven't already done so!

Websites, such as news portals or forums, typically have new content added quickly if not dynamically. To stay up-to-date with such websites, Octoparse’s Incremental Extraction allows you to extract updated data much more effectively by skipping the pages that have already been extracted and only scraping the new ones.


When to use Incremental Extraction?

  1. When you need the latest data from any website frequently

  2. When the new information shows up as new web pages with new URLs (as opposed to new information being added/updated to existing web pages)

So a perfect example would be CNN.com. Imagine if you need to get news feeds from CNN.com almost in real-time. It is important to schedule and run the task as frequently as needed so whatever gets added to the site can be extracted in a timely manner. Therefore, the above criteria 1 is met.

Obviously, each news article on CNN.com has a different URL that can be easily identified - so the above criteria 2 is also met.

Assuming you have a task set up for the job, it doesn't really make sense to re-scrape those articles which have already been captured in previous runs. Using Incremental Extraction, you can easily have the URLs checked first to make sure they have not been extracted already and only capture the ones that are truly new.


How does Incremental Extraction identify "new" data?

Incremental Extraction will only work if the newly added data can be identified with new URLs. During the extraction process, Octoparse checks each URL to determine whether it is one that has been crawled before. If a URL is identified as one from the previous crawl, it will be skipped automatically when running with Incremental Extraction.


How to set up Incremental Extraction?

  • Go to task settings

  • Go to Run Settings and tick Enable incremental extraction

  • Select either Match the entire URL or Match by part of the URL

  • Click Save

Note:

  1. With the "Match the entire URL" option, Octoparse will use the entire URL to match the current one. Even the slightest difference will have it identified as a "new" URL. When running with Incremental Extraction, Octoparse detects attributes automatically and makes them available as parameters. Having one or more attributes selected as parameters for the match, you are telling Octoparse to compare the current URL based on the selected attributes. If any of those are the same, skip it; otherwise, scrape the page.

  2. Only tasks with one Extract Data action can be run with Incremental Extraction because Octoparse scans the page URL for differences as soon as the Extract Data action is executed.

Did this answer your question?