This endpoint costs 2 credits per request. Contact us if you need help or have any questions.
For security and ethical reasons, Piloterr implements a comprehensive filtering system for websites accessible through this endpoint. This measure helps prevent misuse and ensures compliance with legal and ethical standards. If you wish to use this endpoint, please contact our support team to request the addition of your domain to our allowlist. We’ll review each request carefully, considering factors such as content appropriateness, legal compliance, and potential impact on our infrastructure. This process helps maintain the quality and reliability of our service for all users.
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
A website URL with either the
http
or https
protocol.Some code-heavy websites need time to fully “render”. To direct Piloterr to wait before it returns the fully rendered HTML, use the wait parameter with a value in seconds between
0
and 30
. The Piloterr headless browsers will then wait the duration of the time set in seconds before returning the page’s HTML.It’s sometimes necessary to wait for a particular element to appear in the DOM before Piloterr returns the HTML content. Our headless browsers will wait for the CSS / Xpath selector passed in the parameter before returning the HTML. For example:
- To wait for an element with ID:
wait_for=#loading-container
- To wait for an element with class:
wait_for=.content-loaded
- To wait for a specific element:
wait_for=div.main-content#user-profile
By default, Piloterr does not block ads. Set this parameter to
true
to block ads.Set this parameter to the maximum number of seconds Piloterr will wait for the page to load.
Please refer to the Browser Instructions section for more details with the POST request.