how to scrape articles from my expired domain?

ahmed.990

Registered Member
Joined
Mar 18, 2018
Messages
83
Reaction score
2
Hi guys
i have question
how to scrape articles from my expired domain but i have the backup
is there way to move articles and images of backup to another website with different domain name
its my website at least was but now i want the content in one of my websites
thanks advanced
idk what is the right section so sorry if its not the right one
 
Find scraper on github (there was some supported by ruby)

Download it to your PC and follow instructions.

It will scrape your old website - just remember to add date at the end of url to scrape version ich you want

Edit: it’s 100% free
 
sadly this tool is paid i want free tool if is there

Ah ok. Well they have a fully functional trail. Its for 24 hours, and your limited to 5 articles per scrape. Maybe you can get what you need from it today, as you search for a free tool to use later.
 
Find scraper on github (there was some supported by ruby)

Download it to your PC and follow instructions.

It will scrape your old website - just remember to add date at the end of url to scrape version ich you want

Edit: it’s 100% free
Ah ok. Well they have a fully functional trail. Its for 24 hours, and your limited to 5 articles per scrape. Maybe you can get what you need from it today, as you search for a free tool to use later.
i have scrapebox can i scrape from way back machine ?
 
As i know - nope.

But I have you a solution.

Free and easy

Scrape webarchive and you will have whole your sile (or almost all)
 
If you have the backup why do you need to scrape?
Just restore the website.
If it's a HTML just move all files.
If it's WordPress move all files + database.
 
If you have the backup why do you need to scrape?
Just restore the website.
If it's a HTML just move all files.
If it's WordPress move all files + database.
the problem is the domain has content on it then the domain went expired so i want to take the content with the images that included on it to another domain different from the previous one
and i dont know how to move the content from cpanel the previous domain to the cpanel of the new domain
note : the new domain it has own content so i dont wanna lose the current content i just wanna add the old content to the current content
sorry for this long reply i just wanna Clarification the idea behind my question
 
Ahh, I see.
The only way to do it is to copy paste the relevant database entries manually (if both websites are WordPress)
 
Ahh, I see.
The only way to do it is to copy paste the relevant database entries manually (if both websites are WordPress)
please send any guide for do this method
 
I don't think it's a "method". You just have to know how to use a SQL server.
Google mysql
 
Back
Top