Finding all the webpages on a wordpress website

tenix

Newbie
Joined
Aug 23, 2011
Messages
43
Reaction score
0
I am looking for an easy way to extract all the pages on a wordpress website. For example,

The website:
wordpress .org/news/

Has this list of posts:
wordpress .org/news/2012/03/wordpress-takes-sxsw-2012/
wordpress .org/news/2012/01/year-of-the-meetup/
wordpress .org/news/2012/01/internet-blackout/
wordpress .org/news/2012/01/help-stop-sopa-pipa/

Ideally don't want anything but a list of all of the important websites with content, (Not categories, tags, archives, just the posts)

Is there a program or online website that does this?
 
Use scrapebox to scrape the site, then use regex command to edit out categories,tags etc.
 
Hmmm, good idea! I'll have to use that in the future. Are there any other alternatives, specifically a website that has the functionality online?
 
Back
Top