How Do I Scrape a Fiverr Seller's page???

GoogFather

Registered Member
Joined
Aug 24, 2017
Messages
67
Reaction score
21
Just bought Scrapebox with the BHW discount and I need a bit of help!

When looking at a gig on fiverr, I am trying to scrape all the usernames of the people that left reviews. Those names have links to their profile and sometimes you can contact them.

Does anyone know how to do that with scrapebox? Its my first time using it! Help would be much appreciated thanks!

hey!! comon somebody help!! nOBODY HERE uses scrapebox? I dont believe that!
 
Last edited by a moderator:
hmm thanks for the try but still not able! as it doesnt want to work!
 
I can code this for you :)
I will make it scrape specific listings from a .txt file
 
Im trying to send you a link but I get this message before posting that Im sending out spam. What I want is all the links to username accounts that left reviews on a fiverr gig

so let's say you go on a logo design gig. You're on the page that's trying to sell you the gig and below there;s hundreds of reviews from users...I want to scrape the links to those user's web page!!
 
Im trying to send you a link but I get this message before posting that Im sending out spam. What I want is all the links to username accounts that left reviews on a fiverr gig

so let's say you go on a logo design gig. You're on the page that's trying to sell you the gig and below there;s hundreds of reviews from users...I want to scrape the links to those user's web page!!
It's cool man already got everything i need =)
 
It's cool man already got everything i need =)
Alright my bro!

Just one more thing!! Btw Im not sure how easy it is to do, but when you get a username profile, you can automatically be on the "send a message page" by putting his name like this ...fiverr.com/conversations/hisusernamegoeshere and badaboombadabing chaching$$ you've got a send a message window where you can paste your message! ..

it just saves you one click which can double your messaging rate if youre sending this to 1k ppl...but hey Im not asking for anything btw dont do it if its too hard I can always do the whole thing manually!
 
It's easy, You will have to setup a custom grabber for this.(Not sure what's its called)
It's in tools menu on the right. Create a new one, fill the form and finish the creation.
Then "edit masks" and go fiverr.com and look for elements for username(before/after or regex)
Add it as an mask and all good to go :)
For scraping from multiple pages you will need to scrape the pages or create a list of pages from where you want to scrape.

You can also find tutorials on youtube.
 
Alright my bro!

Just one more thing!! Btw Im not sure how easy it is to do, but when you get a username profile, you can automatically be on the "send a message page" by putting his name like this ...fiverr.com/conversations/hisusernamegoeshere and badaboombadabing chaching$$ you've got a send a message window where you can paste your message! ..

it just saves you one click which can double your messaging rate if youre sending this to 1k ppl...but hey Im not asking for anything btw dont do it if its too hard I can always do the whole thing manually!

So i ended up making 2 scrapers
First one made post/get requests to a url such as This But after paginating through 5 pages it gave a captcha complaining about lack of javascript. (This one would be good if you had rotating proxies though)

Second scraper i made emulates a browser, seems to have no problems, out of 1000 profiles ,70 of them allow you to contact them :0
 
It's easy, You will have to setup a custom grabber for this.(Not sure what's its called)
It's in tools menu on the right. Create a new one, fill the form and finish the creation.
Then "edit masks" and go fiverr.com and look for elements for username(before/after or regex)
Add it as an mask and all good to go :)
For scraping from multiple pages you will need to scrape the pages or create a list of pages from where you want to scrape.

You can also find tutorials on youtube.

you do that in scrapebox?? Hey last time I did SEO was probably 6 years ago Im a newbie to scrapebox and this newer tools!!

So i ended up making 2 scrapers
First one made post/get requests to a url such as But after paginating through 5 pages it gave a captcha complaining about lack of javascript. (This one would be good if you had rotating proxies though)

Second scraper i made emulates a browser, seems to have no problems, out of 1000 profiles ,70 of them allow you to contact them :0

My bro I'm afraid I don't understand!! I just see a page with lots of writing! You guys are being too advanced for me, talk to me like you talk to a 5 year old!!

I can check code on a page to see if its nofollow, but that's about it for coding!
 
you do that in scrapebox?? Hey last time I did SEO was probably 6 years ago Im a newbie to scrapebox and this newer tools!!



My bro I'm afraid I don't understand!! I just see a page with lots of writing! You guys are being too advanced for me, talk to me like you talk to a 5 year old!!

I can check code on a page to see if its nofollow, but that's about it for coding!

No problem. It will take 5 minutes. Pm me i'll make it for you when i find some time :)
 
Just bought Scrapebox with the BHW discount and I need a bit of help!

When looking at a gig on fiverr, I am trying to scrape all the usernames of the people that left reviews. Those names have links to their profile and sometimes you can contact them.

Does anyone know how to do that with scrapebox? Its my first time using it! Help would be much appreciated thanks!

hey!! comon somebody help!! nOBODY HERE uses scrapebox? I dont believe that!
You can use the link extractor addon to extract internal links, assuming that the links are created by javascript. Scrapebox uses raw sockets and threads and these do not support javascript. Also that assumes you can see the link without having to be logged in to fiverr.com


Or you can use the custom data grabber, if you want to get more then 1 piece of info.

 
Back
Top