Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.38 KB

File metadata and controls

45 lines (28 loc) · 2.38 KB

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!