Trying to scrape 10K+ Facebook search results – but stops after 1,000 records!?

I'm trying to scrap Facebook users who like a certain FB page through the following graph search string and sitemap. This specific company page has 10K+ likes, however the highest number I can scrap before the Web Scraper window in Chrome suddenly and unexpectedly closes is around 1,000.

I've tried various combinations of Request interval and Page load delay, from 2,000 to 8,000 ms, but it doesn't exactly seem to have an influence.

Can someone explain me why the scraping window closes too early at all and how to prevent this from happening, so I can scrap all 10K+ users?

–––

Url: https://www.facebook.com/search/1493640694223955/likers?ref=snippets

Sitemap:
{"_id":"fblikerscollect","startUrl":["https://www.facebook.com/search/1493640694223955/likers?ref=snippets"],
"selectors":[
{"id":"listing","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"._gli","multiple":true,"delay":2000},
{"id":"Name","type":"SelectorLink","parentSelectors":["listing"],"selector":"a._32mo","multiple":false,"delay":0},
{"id":"Job","type":"SelectorText","parentSelectors":["listing"],"selector":"div._pac","multiple":false,"regex":"","delay":0}]}