parallel-web-extract

Extract structured content from any URL using Parallel AI. Results in 5-30 seconds.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "parallel-web-extract" with this command: npx skills add parallel-web/parallel-agent-skills

Parallel Web Extract

Extract structured content from any URL using Parallel AI. Results in 5-30 seconds.

CLI alternative (recommended): Install parallel-cli for official skill: npx skills add parallel-web/parallel-agent-skills --skill parallel-web-extract

Setup

API_KEY=$(grep "^PARALLEL_API_KEY=" .env.local | cut -d= -f2)

Extract Request

curl -s -X POST "https://api.parallel.ai/v1beta/extract"
-H "x-api-key: $API_KEY"
-H "Content-Type: application/json"
-H "parallel-beta: search-extract-2025-10-10"
-d '{ "url": "https://example.com/pricing", "objective": "Extract all pricing plans and their features" }'

When to Use

  • Scrape a specific URL you already know

  • Extract pricing, specs, or structured data from a page

  • Get clean content from documentation sites

For finding URLs first, use parallel-web-search then extract.

Error Handling

Code Meaning Fix

401 Bad key Check PARALLEL_API_KEY in .env.local

400 Invalid URL Ensure URL is accessible

429 Rate limit Wait 60s

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

parallel-data-enrichment

No summary provided by upstream source.

Repository SourceNeeds Review
General

parallel-web-search

No summary provided by upstream source.

Repository SourceNeeds Review
Research

parallel-deep-research

No summary provided by upstream source.

Repository SourceNeeds Review