Skip to main content
Scrape Markdown.
Tool ID: contextdev_get_web_scrape_markdown

Run this action

Use the TypeScript SDK for a single call. Put ctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.

CLI

Example response

The SDK exposes this shape at result.toolResponse.raw. Values below are representative.
Use deepline tools get contextdev_get_web_scrape_markdown --json for the latest machine-readable contract.

Input reference

Scrapes the given URL into LLM usable Markdown. Inspect key_metadata on JSON responses from a recognized API key; use error_code to distinguish stable failure categories. ### YouTube YouTube URLs return the video or channel itself rather than the surrounding player and navigation chrome. A URL addressing a single video (/watch, youtu.be, /shorts, /embed, /live) returns its title, channel, duration, view count, keywords, full description, and the transcript when the video has captions that can be retrieved; videos without captions return everything except the transcript. A channel URL (/channel/UC…, /@handle, /c/…, /user/…) returns its name, handle, subscriber count, video count, and full description. When includeImages=true, video responses also include the thumbnail and channel responses include the avatar.

Output reference

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.