Skip to content

Instantly share code, notes, and snippets.

@william-r-s
Created November 19, 2014 20:32
Show Gist options
  • Save william-r-s/192ff7f1f07ed2d67d60 to your computer and use it in GitHub Desktop.
Save william-r-s/192ff7f1f07ed2d67d60 to your computer and use it in GitHub Desktop.
Web scraping for audible.com wishlist (using chrome addon from http://webscraper.io/)
{"startUrl":"http://www.audible.com/wl/sortType=createdate&sortOrder=dsc&totalAsinsPerPage=1000&page=1","selectors":[{"parentSelectors":["table_row"],"type":"SelectorText","multiple":false,"id":"description","selector":"td.adbl-col-2 > div > div.a-p-r-28.adbl-prod-result.adbl-flyout-cont-marker > div.adbl-prod-social-overlay.adbl-hasActivity.adbl-flyout-marker > div > div > p","regex":"","delay":""},{"parentSelectors":["_root"],"type":"SelectorElement","multiple":true,"id":"table_row","selector":"tr:nth-of-type(n+2)","delay":""},{"parentSelectors":["table_row"],"type":"SelectorText","multiple":false,"id":"title","selector":"div.adbl-prod-title a.adbl-link","regex":"","delay":""},{"parentSelectors":["table_row"],"type":"SelectorText","multiple":false,"id":"author","selector":"div.adbl-prod-author a.adbl-link","regex":"","delay":""}],"_id":"audible"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment