url_to_markdown
Fetch public web pages in a real browser, including JavaScript, and convert them to GitHub-flavoured Markdown with absolute links and tables for reading, summarising, or archiving as text.
Instructions
Fetch a public web page with a real browser (JavaScript included) and return it as GitHub-flavoured Markdown with absolute links and tables – for reading, summarising or archiving pages as text. $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| output | No | json → {markdown, title, url}; md → .md file | json |
| delay_ms | No | Extra wait after load | |
| selector | No | CSS selector to extract only part of the page | |
| wait_until | No | networkidle0 | |
| output_path | No | ||
| include_title | No | Prepend the page title as an H1 | |
| idempotency_key | No |