Scrapebox filter by external links

p4p4c0n

Registered Member
Joined
Dec 8, 2015
Messages
98
Reaction score
20
I have like 1000 links and I want to filter and keep only the links that have a certain domain as external links. I tried with extract link plugin but if the link is duplicated in 2 of the urls it will only take one (not duplicate). Any idea of how to do this?
 
In scrapebox you could use the link checker tool to do this. Assuming we are talking about the same thing
You mean link extractor plugin? When I do it and filter by "Remove url not containing" and I put the domains of the external links I want to filter, if the external link is duplicated in two or more URLs, it will mark the URL as 0 externar links, and just mark the first URL as 1 external link.
 
You mean link extractor plugin? When I do it and filter by "Remove url not containing" and I put the domains of the external links I want to filter, if the external link is duplicated in two or more URLs, it will mark the URL as 0 externar links, and just mark the first URL as 1 external link.
No I mean the link checker. The link extractor is removing duplicates because its built for getting or gaining links, not qualifying them like you want to do. The link checker its self should work for what you want, if I understand your goal.

Else if you can give some specific examples that would help.
 
Ctrl+f in sublime text and paste this regex: ^(https?:\/\/(?:www\.)?(?:domain\.com|domain1\.com|domain2\.com)(?:\/[^\s]*)?)$

Replace the domain.
 
Back
Top