Internet-Marketer
Power Member
- Jul 9, 2013
- 633
- 130
WOW! Scrapebox just turn almost 9 years and 2 months old. Happy to see that! Btw I am SB user too almost 7 years.
WOW! Scrapebox just turn almost 9 years and 2 months old. Happy to see that! Btw I am SB user too almost 7 years.
The license I get can be used for both Mac and Windows? Can I download for both platforms as well?
Hi loopline,
A question about software.
I cannot scrape links from ecosia.org search engine and I have changed the proxies and user agent.(.I have been improving other parts of my funnel. I know buying peoxy IP is necessary if I want to expand my earnings)
When I click "test engine",
https://drive.google.com/file/d/13EnF7rYZ8bd2GjQQrmOoGVXzGXn-Xkox/view?usp=sharing
https://drive.google.com/file/d/1rrFs2dI5XxZtic4ax1X2VI0VSJRYl_9I/view?usp=sharing
https://drive.google.com/file/d/1ocNN63hZT1xNAbh-QZUivoVSbU5I_nmZ/view?usp=sharing
Also, I would like to buy your footprint if possible.How many dollars per 20 footprints?
Thanks for your time,
John
You can use the Dupe Remove addon to break down the list in smaller sizes. Ideal bellow 1 mill lines.Hey!
I have a list of 10000000 scraped links. How would I go about importing these into Scrapebox? When I import them, only 100k show up.
Do you have auto remove duplicates turned on? Because if you have a mass of duplicates this could happen.Hey!
I have a list of 10000000 scraped links. How would I go about importing these into Scrapebox? When I import them, only 100k show up.
Do you have auto remove duplicates turned on? Because if you have a mass of duplicates this could happen.
Else if there is some formatting issue it could cause this.
Otherwise it should import them all or crash if you run out of memory or something.
AS mindmaster noted above, try splitting them into smaller chunks, does it then import?
Also in that same addon is a dupe remover, you can do that first, as its probably a good idea to remove duplicate urls (unless you want duplicates for some reason).
No.Yeah I just tried the dupe remover, but there seems to be no duplicates since the new file is the same size.
So you're telling me I should be able to import it? There are 10589980 lines exactly.
No.
There are limitations to how many lines you can import.
Break the list down to smaller lists. Go with maximum 1 million lines per list that you want to import.
There might be something wrong with your file.
Those new files with 1 millions files, can you open them in notepad or notepad++?
Clean your list.Yes.
I just realized that there are a lot of duplicates. But when I ran it through the dup remover tool, the new file was the exact same.
I have done nothing to the file. It comes directly from the "Grab links by crawling a site".
Clean your list.
I recommend you start with the small lists. It is faster this way.
Then if it remains below 1 mill, you can merge those lists and import.
Simple.
Mate. Take each one of those smaller files and process them through the Dupe Remover. Clean them. Remove duplicate urls and whatever else you want to clean.I split it into 10 files 1mil each, but when I import them only a smaller amount show up.
Yeah I just tried the dupe remover, but there seems to be no duplicates since the new file is the same size.
So you're telling me I should be able to import it? There are 10589980 lines exactly.
Once proxies are imported in harvester from Server Proxies and are burnt out while scraping,are they replaced automatically after fixed interval's?
Once proxies are imported in harvester from Server Proxies and are burnt out while scraping,are they replaced automatically after fixed interval's?
convert all .txt files to ascii encoding, writes new files.
Get-ChildItem *.txt | % { Get-Content $_ | Out-File -Encoding Ascii "$($_.basename)-ascii.txt" }