Can anyone fix this? On data preview it shows data but after finished scraping no data found
Sitemap:
Can anyone fix this? On data preview it shows data but after finished scraping no data found
Sitemap:
Hi,
The issue was that the data is rendered only after clicking on the elements. When you start a scrape a new window opens without the data in the HTML.
To solve the issue, I have added a click to the sitemap:
{"_id":"Springer","startUrl":["https://link.springer.com/article/10.1007/s00216-024-05625-x"],"selectors":[{"clickActionType":"real","clickElementSelector":".c-article-author-list__item a[data-test]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"Element","multiple":true,"parentSelectors":["_root"],"selector":"div[id^='popup-auth-']","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"h3","type":"SelectorText"},{"id":"dep","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"li","type":"SelectorText"}]}
Thank you It works for me