Fetches the given URL and returns comprehensive data in a single response.
Response includes:
markdown: Cleaned, readable markdown contenthtml: Cleaned HTML (main content only)rawHtml: Original unprocessed HTMLmetadata: Page metadata (title, description, og:*, author, dates, etc.)links: Internal and external links found on the pagestats: Processing time statisticsOptions:
onlyMainContent: Extract only main content (default: true)contentSelector: Custom CSS selector for content extractionBrowser Rendering:
Use waitFor (selector or ms) or actions to force browser rendering.
Actions (Browser Automation):
wait: Wait for milliseconds { type: "wait", milliseconds: 2000 }click: Click element { type: "click", selector: "#btn" }type: Type text { type: "type", selector: "#input", text: "hello" }press: Press key { type: "press", key: "Enter" }scroll: Scroll { type: "scroll", direction: "down" }evaluate: Execute JS { type: "evaluate", script: "..." }Features:
Costs 1 credit.