extract

Extract markdown or plain text from URLs via Tavily's extraction API.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/tavily-ai/tavily-cursor-plugin --skill extract-tavily-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract
Source: https://github.com/tavily-ai/tavily-cursor-plugin/tree/main/skills/extract
Command: npx skills add https://github.com/tavily-ai/tavily-cursor-plugin --skill extract-tavily-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of extracting clean, usable content from specified web pages, saving you the effort of manual copying and pasting or writing custom scraping code.

Core Features & Use Cases

  • Content Extraction: Retrieve markdown or plain text from single or multiple URLs.
  • Targeted Extraction: Focus on specific information within a page using a query.
  • Advanced Rendering: Handles JavaScript-heavy pages for complete content capture.
  • Use Case: You need to gather information about a specific API from its documentation page. Use this Skill to extract the relevant sections about authentication and usage.

Quick Start

Use the extract skill to get the content from the URL https://example.com/article.

Frequently Asked Questions about extract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract web content from a URL into markdown?

To extract web content into markdown, you provide a target URL to trigger automated content retrieval. This process parses the specified web page and returns clean, usable markdown text without requiring custom scraping code.

Can I extract text from JavaScript-heavy dynamic web pages?

Yes, you can extract text from JavaScript-heavy dynamic web pages by using the advanced extraction depth. This rendering option ensures complete content capture by fully processing dynamic page elements before retrieval.

How do I pull specific information from a web page using a search query?

You can pull specific information from a web page by providing a targeted query during content extraction. This triggers query-based reranking, focusing the text retrieval on relevant sections matching your search intent.

What is the best way to scrape multiple URLs for research and data aggregation?

The best way to scrape multiple URLs for research is using an automated content extraction API. It retrieves clean plain text or markdown from specified links simultaneously, streamlining data aggregation without manual copying.

Does web content extraction support plain text format output?

Yes, web content extraction supports plain text format output. You can select your desired format during the retrieval process to receive clean text suitable for downstream data processing.