Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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