I need help with Scrapebox

lutakno1

Junior Member
Joined
Nov 1, 2018
Messages
136
Reaction score
66
Hello, maybe someone here can help me before I ask Scrapebox support. I just need following columns from websites I want to scrape: url, title, email. Thats it. But it seems to me that I can only use email grabber + I need to rerun the scrapebox and scrape metadata. Is there any way I can do this with one scrape so that I have all three columns in one text file when I export it?

Thanks
 
it's a built in feature so custom features might not be implemented right away or if there is any demand for it. It would be easier to just create a python bot to do it. With the requests module it should be too hard.
 
Hello, maybe someone here can help me before I ask Scrapebox support. I just need following columns from websites I want to scrape: url, title, email. Thats it. But it seems to me that I can only use email grabber + I need to rerun the scrapebox and scrape metadata. Is there any way I can do this with one scrape so that I have all three columns in one text file when I export it?

Thanks
if you get stock with scrapebox for this purpose, you can use excel seotools to get to this
check this out
https://seotoolsforexcel.com/email/
 
it's a built in feature so custom features might not be implemented right away or if there is any demand for it. It would be easier to just create a python bot to do it. With the requests module it should be too hard.

Thanks for the advice. Yeah, I should just learn the python and create it myself :) Will let you know how it went after a couple of years
 
Back
Top