Web Research Parallel
Runs web research via the Parallel API using OpenAI-compatible chat completions grounded in live web data.
npx goose-skills installDescription
Runs web research via the Parallel API using OpenAI-compatible chat completions grounded in live web data. Supports a FindAll mode that converts a natural language objective into a structured async search spec, URL content extraction focused on a research objective, and task-based async runs for longer jobs.
What this skill does
- 1Runs web searches using Parallel's neural search engine, returning OpenAI-compatible chat completions.
- 2Supports a FindAll mode that transforms a natural language objective into a structured search spec and runs it asynchronously.
- 3Extracts relevant content from specific URLs focused on a given research objective.
- 4Initiates async task runs for longer research jobs, with polling endpoints to retrieve results when complete.
When to use
- You want a drop-in replacement for OpenAI chat that automatically grounds answers in live web data.
- You need to run a large-scale 'find all X matching Y' search against the web asynchronously.
- You're doing deep research on a topic and want cited, sourced answers rather than model hallucinations.
Tools used
Best for
Format
Frequently asked questions
What is Web Research Parallel?
Web Research Parallel is a Claude Code skill for sourcing by GooseWorks AI. Runs web research via the Parallel API using OpenAI-compatible chat completions grounded in live web data.
When should I use Web Research Parallel?
You want a drop-in replacement for OpenAI chat that automatically grounds answers in live web data. You need to run a large-scale 'find all X matching Y' search against the web asynchronously.
How do I install Web Research Parallel?
Run the install command (npx goose-skills install). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.
Is Web Research Parallel free to use?
The author distributes it as MIT, but the repository has no LICENSE file. The source is public on GitHub (gooseworks-ai/goose-skills).