Skip to content

An unofficial API for fetching and dowloading books from GoalKicker.com using web scraping with Cheerio

License

Notifications You must be signed in to change notification settings

CarterSnich/unofficial-goalkicker-api

Repository files navigation

unofficial-goalkicker-api

An unofficial API for fetching and dowloading books from GoalKicker using web scraping with Cheerio.

How to Use

Returns a JSON array of all books listed on the homepage. Each object in the array includes the following keys:

Response

  • title: The title of the book.
  • cover_url: The URL of the book's cover image.
  • page_url: The URL to the book's detailed page.

Returns all extracted data from the webpage associated with the given book URL.

Parameters

  • url (GET): The URL of the book's webpage.

Response

Returns an object with the following structure:

  • title: The title of the book.
  • cover_url: The URL of the book's cover image.
  • contents: An object containing:
    • chapters: List of chapters.
    • appendices: List of appendices.
  • page_previews: Additional previews of the book's pages.

GoalKicker.com

Thanks to GoalKicker team for creating these wonderful programming books!

Buy me a coffee Order them a coffee!

About

An unofficial API for fetching and dowloading books from GoalKicker.com using web scraping with Cheerio

Topics

Resources

License

Stars

Watchers

Forks