Skip to main content
Parallel API commands. Every command follows the CLI contract: JSON on stdout, errors on stderr, and command-specific mutation safety controls. Keys resolve as described in Secrets and API keys.

Examples

Search the web, extract content, or run an entity-discovery job:
FindAll runs are asynchronous — create, poll, then fetch results:

gtm parallel extract

Extract content from URLs using Parallel API.

gtm parallel extract excerpts

Extract focused excerpts from a URL matching an objective.

gtm parallel extract full

Extract full content from a URL.

gtm parallel findall

Discover entities using Parallel FindAll API.

gtm parallel findall create

Start a FindAll entity discovery run.

gtm parallel findall result

Get results from a completed FindAll run.

gtm parallel findall status

Check the status of a FindAll run.
Search the web using Parallel API.

gtm parallel search query

Search the web for a given objective.
Last modified on July 17, 2026