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: 3 months ago
JSON representation

A simple RESTful API that takes a URL and returns all the links in a specific depth.

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"}'
```