Simple Crawler
A simple crawler RESTful Flask API.
Sample Curl
request:
curl -X POST http://localhost:1234/ --data '{"url":"https://github.com/", "depth": "1"}'
A simple RESTful API that takes a URL and returns all the links in a specific depth.
Python
A simple crawler RESTful Flask API.
Sample Curl
request:
curl -X POST http://localhost:1234/ --data '{"url":"https://github.com/", "depth": "1"}'