/SimpleCrawlerAPI

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

Primary LanguagePython

Simple Crawler

A simple crawler RESTful Flask API.

Sample Curl request:

curl -X POST http://localhost:1234/ --data '{"url":"https://github.com/", "depth": "1"}'