Back to all steps
Grab full page content
Step fields
http://mysite.com/post
(url)
Grab all visible text from the page and POST it to your URL.
Example: https://myapi.com/page-content
Example: https://myapi.com/page-content
Usage example
Collect all visible text of the page and send a POST to your URL.
Example: https://myapi.com/page-content
POST request: all text arrives in the html field.
Receiving example (PHP): $_POST["html"]