Keyword Scraper?

BrandingBaw

BANNED
Joined
Jan 30, 2012
Messages
724
Reaction score
303
Hey there,

I'm looking for a keyword scraper so I can obtain kw's regarding my niche easily. The scraper needs to hold the ability to export them easily and comma seperated as in:

kw1,kw2,kw3,kw4,kw5 (so without any spaces and just comma seperated).

Does anyone know if a tool like this is out there, or perhaps I could use SB for it or something like that?
 
Oke I obtained kw's through SB. Does anyone know how I can transfer this:


kw1
kw2
kw3

into:

kw1,kw2,kw3?

I tried the SB text editor, but without any luck unfortunatly!
 
0_00_0, thanks - found the solution:

I had the same problem with something similar, but it's the same solution.

Open the file in microsoft words. press ctr+h, then find: "^p" & replace by: ","
 
Does anyone know how this is done in Notepad or Notepad++?

The "^p" line doesn't work in NP(++) and my Word can't handle the huge kw lists any longer without crashing :(
 
You could probably just paste the results into Excel and save it as a csv file.
 
Try the text editor sublime text 2, I have no problems with large kw list in the format you want.
 
Oke I obtained kw's through SB. Does anyone know how I can transfer this:


kw1
kw2
kw3

into:

kw1,kw2,kw3?

I tried the SB text editor, but without any luck unfortunatly!

You can do it in the ScrapeBox Text Editor, just click "Convert To Spintax" and it will change this:

kw1
kw2
kw3

In to this:

{kw1|kw2|kw3}

Then use the Find/Replace feature to replace | with , and all your keywords will be on one line comma separated
 
Back
Top