About fiverr scrape

can you help me? why i only scrape 4 title?

Url: https://www.fiverr.com/

Sitemap:
{"_id":"fiverr","startUrl":["https://www.fiverr.com/categories/online-marketing/content-marketing/guest-posting?source=pagination&ref=seller_level%3Ana&filter=new&page=1"],"selectors":[{"id":"Titile","type":"SelectorLink","parentSelectors":["Element"],"selector":".text-display-7 a","multiple":false,"delay":0},{"id":"Element","type":"SelectorElement","parentSelectors":["_root"],"selector":"div[data-impression-collected]","multiple":true,"delay":0},{"id":"Price","type":"SelectorText","parentSelectors":["Element"],"selector":".price span","multiple":false,"regex":"","delay":0}]}

@dhcollege Hi, the current selector you are using targets the elements which are currently loaded/collected. You can substitute your current selector with - div.gig-card-layout or you will have to use the Element scroll selector because only 4 elements are representing this element when opening the page for the first time or just refreshing it.


1 Like