sathish316 / scrapify

ScrApify is a library to build APIs by scraping static sites and use data as models or JSON APIs. It powers APIfy which is used to create JSON APIs from any html or wikipedia page
http://apify.heroku.com/resources
143 stars 16 forks source link

Support arrays using parent and child selectors #2

Closed sathish316 closed 12 years ago

sathish316 commented 12 years ago

http://en.wikipedia.org/wiki/List_of_winners_and_shortlisted_authors_of_the_Booker_Prize_for_Fiction

In this list of Booker prize winners each year has one winner and many nominees. It'll be easier if i can select nominees using parent css selector and child css selector instead of regex

sathish316 commented 12 years ago

Already possible using blocks #10