Re: scraping a tumblr.com archive page

2011-11-20 Thread Jabba Laci
Hi, Thanks for the answer. Finally I found an API for this task: http://www.tumblr.com/docs/en/api/v2#posts . It returns the required data in JSON format. Laszlo > The page isn't really that dynamic- HTTP doesn't allow for that. > Scrolling down the page triggers some Javascript. That Javascript

Re: scraping a tumblr.com archive page

2011-11-20 Thread Benjamin Kaplan
On Sun, Nov 20, 2011 at 1:06 PM, Jabba Laci wrote: > Hi, > > I want to extract the URLs of all the posts on a tumblr blog. Let's > take for instance this blog: http://loveyourchaos.tumblr.com/archive . > If I download this page with a script, there are only 50 posts in the > HTML. If you scroll do