Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasperomari/simplecrawlerapi
A simple RESTful API that takes a URL and returns all the links in a specific depth.
https://github.com/kasperomari/simplecrawlerapi
crawler flask-api flask-restful
Last synced: 13 days ago
JSON representation
A simple RESTful API that takes a URL and returns all the links in a specific depth.
- Host: GitHub
- URL: https://github.com/kasperomari/simplecrawlerapi
- Owner: KasperOmari
- Created: 2020-10-09T18:50:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T18:58:31.000Z (over 4 years ago)
- Last Synced: 2025-01-03T15:15:43.925Z (21 days ago)
- Topics: crawler, flask-api, flask-restful
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Crawler
A simple crawler RESTful Flask API.
Sample `Curl` request:
```
curl -X POST http://localhost:1234/ --data '{"url":"https://github.com/", "depth": "1"}'
```