POST Requests
(BETA) Now it is possible to scrape forms or API endpoints directly. You can do this by sending a POST request to WebScrapingAPI with your api_key
and url
parameter.
In the right-side box, you will find an example request used to scrape the URL https://httpbin.org/post.
POST Requests examples