Skip to content

Instantly share code, notes, and snippets.

@jcuenod
Created October 26, 2016 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcuenod/15b843e21589aa700edccd6c6eebe335 to your computer and use it in GitHub Desktop.
Save jcuenod/15b843e21589aa700edccd6c6eebe335 to your computer and use it in GitHub Desktop.
jamapi stuff to fetch from bookfinder
https://www.jamapi.xyz/
http://www.bookfinder.com/search/?author=&title=&lang=en&isbn=0800638581&submitBtn=Search&new=1&used=1&ebooks=1
{
"title": "title",
"prices": [{"elem": "table.results-table-Logo td:last-child", "price": "text"}],
"sellers": [{"elem": "table.results-table-Logo td:nth-child(2) a img", "seller": "alt"}],
"2nd hand": [{"elem": "table.results-table-Logo td:nth-child(2) .results-explanatory-text-Logo:first-child", "seller": "text"}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment