How do jobs work?
To scrape reviews from a given review profile, start by submitting it to the Review Scraper API. This generates and returns a job ID, which how you track the reviews scraped for that particular scrape job. Let's consider a case where you want to scrape reviews on this Facebook page: https://www.facebook.com/naturallydelicious/
You submit it today and receive a job ID 1, along with reviews associated to that profile. Tomorrow, you want to scrape reviews for that same profile so you submit it to the Review Scraper API again, assigning you with job ID 2. In this sense, every time you wish to fetch reviews for a given profile, you will receive a unique job ID.
Have a look at our Best Practices for more information on how to scrape reviews.