on_page_content_parsing
Extract and analyze structured content from any webpage, including links, anchors, headings, and text, with JavaScript rendering and custom settings for precise data retrieval.
Instructions
This endpoint allows parsing the content on any page you specify and will return the structured content of the target page, including link URLs, anchors, headings, and textual content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accept_language | No | Accept-Language header value | |
custom_js | No | Custom JavaScript code to execute | |
custom_user_agent | No | Custom User-Agent header | |
enable_javascript | No | Enable JavaScript rendering | |
url | Yes | URL of the page to parse |