Scrap no data - empty csv file

System not working.

I want to scrap data from a list, but all csv files are empty.

Here is my sitemap
{"_id":"fag","startUrl":["https://www.schaeffler.de/content.schaeffler.de/en/schaeffler-germany/sales/authorized_distributors/index.jsp?app=directsearch&filter=brand:fag&detail=87492449&page=1"],"selectors":[{"id":"link","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":".resultitem-left p:nth-of-type(1)","multiple":true,"delay":0},{"id":"company","type":"SelectorText","parentSelectors":["link"],"selector":"strong","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["link"],"selector":"p:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["link"],"selector":"a.icon-left","multiple":false,"regex":"","delay":0},{"id":"fax","type":"SelectorText","parentSelectors":["link"],"selector":"a.icon-printer","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorLink","parentSelectors":["link"],"selector":"a.icon-mail","multiple":false,"delay":0},{"id":"web","type":"SelectorLink","parentSelectors":["link"],"selector":".linklist-item a.icon-earth","multiple":false,"delay":0}]}

Here you go:

{"_id":"fag","startUrl":["https://www.schaeffler.de/content.schaeffler.de/en/schaeffler-germany/sales/authorized_distributors/index.jsp?app=directsearch&filter=brand:fag&detail=87492449&page=[1-121]"],"selectors":[{"id":"link","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.mapframe","multiple":true,"delay":"2500","clickElementSelector":"p a.icon-location","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"company","type":"SelectorText","parentSelectors":["link"],"selector":"strong","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["link"],"selector":"p:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["link"],"selector":"a.icon-left","multiple":false,"regex":"","delay":0},{"id":"fax","type":"SelectorText","parentSelectors":["link"],"selector":"a.icon-printer","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorLink","parentSelectors":["link"],"selector":"a.icon-mail","multiple":false,"delay":0},{"id":"web","type":"SelectorLink","parentSelectors":["link"],"selector":".linklist-item a.icon-earth","multiple":false,"delay":0}]}