Created
February 18, 2020 21:06
-
-
Save princePeterHansen/cfd38c70d582e96669c27e2e5f70437a to your computer and use it in GitHub Desktop.
Basic response from books to scrape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"selector": "article.product_pod h3", | |
"get": "text", | |
"data": [ | |
"A Light in the ...", | |
"Tipping the Velvet", | |
"Soumission", | |
"Sharp Objects", | |
"Sapiens: A Brief History ...", | |
"The Requiem Red", | |
"The Dirty Little Secrets ...", | |
"The Coming Woman: A ...", | |
"The Boys in the ...", | |
"The Black Maria", | |
"Starving Hearts (Triangular Trade ...", | |
"Shakespeare's Sonnets", | |
"Set Me Free", | |
"Scott Pilgrim's Precious Little ...", | |
"Rip it Up and ...", | |
"Our Band Could Be ...", | |
"Olio", | |
"Mesaerion: The Best Science ...", | |
"Libertarianism for Beginners", | |
"It's Only the Himalayas" | |
] | |
}, | |
{ | |
"selector": "article.product_pod h3 a", | |
"get": "attribute", | |
"attribute": "href", | |
"data": [ | |
"catalogue/a-light-in-the-attic_1000/index.html", | |
"catalogue/tipping-the-velvet_999/index.html", | |
"catalogue/soumission_998/index.html", | |
"catalogue/sharp-objects_997/index.html", | |
"catalogue/sapiens-a-brief-history-of-humankind_996/index.html", | |
"catalogue/the-requiem-red_995/index.html", | |
"catalogue/the-dirty-little-secrets-of-getting-your-dream-job_994/index.html", | |
"catalogue/the-coming-woman-a-novel-based-on-the-life-of-the-infamous-feminist-victoria-woodhull_993/index.html", | |
"catalogue/the-boys-in-the-boat-nine-americans-and-their-epic-quest-for-gold-at-the-1936-berlin-olympics_992/index.html", | |
"catalogue/the-black-maria_991/index.html", | |
"catalogue/starving-hearts-triangular-trade-trilogy-1_990/index.html", | |
"catalogue/shakespeares-sonnets_989/index.html", | |
"catalogue/set-me-free_988/index.html", | |
"catalogue/scott-pilgrims-precious-little-life-scott-pilgrim-1_987/index.html", | |
"catalogue/rip-it-up-and-start-again_986/index.html", | |
"catalogue/our-band-could-be-your-life-scenes-from-the-american-indie-underground-1981-1991_985/index.html", | |
"catalogue/olio_984/index.html", | |
"catalogue/mesaerion-the-best-science-fiction-stories-1800-1849_983/index.html", | |
"catalogue/libertarianism-for-beginners_982/index.html", | |
"catalogue/its-only-the-himalayas_981/index.html" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment