Get information from Sites using Scrapebox

milooot

Junior Member
Joined
Jan 4, 2012
Messages
164
Reaction score
34
first of all sorry for this tittle probably a little bit misleading but really didnt know how to name it, probably mods would be nice to change it later.

okay i got a list of url where i've to output some information let's say the information im after are some emails.
the text before the emails is the same in every url.

contact details: [email protected]

anyone can explain me how to get all the emails after the contact details: with scrapebox.

kindly regards
 
isnt there any footprint ?
sry for bumping
 
probably i wasnt clear enough my fault.
okay i got a list of urls that belongs to same site.
i want to pull some text from each page.
am i able to do that with scrapebox.

so for ex the text that dont change on each page is contact details: i need the text after that contact details.
is this possible with scrapebox or do i need any other software
 
You can find it through regex, Find good text editor with Regex support here is regex: "contact details: (.*) " without quots!
 
i've 0 experience in coding , regex could be a problem
 
Back
Top