Stackcrawler API
Stackcrawler API is a RESTful API that allows you to detect the technologies used on a website.
How to use the API
To use the API, you need to sign up for a RapidAPI account and subscribe to the Stackcrawler API.
Subscribe to the Stackcrawler API hereOnce you have subscribed to the API, you will receive an API key that you can use to make requests to the API.
Endpoints
The Stackcrawler API has the following endpoints:
POST /checkWebsite
- Detect the technologies used on a website. You can pass the URL of the website as a query parameter.GET /websites/getWebsites
- Get a list of websites that use a certain technology. Provide the name of the technology as a query parameter.