An open API service indexing awesome lists of open source software.

https://github.com/islamhafez0/web-crawler


https://github.com/islamhafez0/web-crawler

books-toscrap flask json pagination python restful-api scrapy web-crawling web-scraping

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Web Crawler API

### This app provides a straightforward way to crawl book data from the "Books to Scrape" website and transform it into a structured, paginated API. This setup allows easy access to book information, enabling developers to integrate this data into web applications, mobile apps, or other platforms.

## usage
- `pip install scrapy`
- customize your app as needed
- `scrapy crawl mycrawler(identifier) -o output.json`

## Routes
- `/api/books?page=&per_page=`
- (Single Book): `/api/books/`

`Eslam Hafez`