Skip to main content
For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending .md to its URL or sending Accept: text/markdown.For Search and Extract, use /v1/search and /v1/extract for all new integrations and agent tool calls. Use /v1beta/search and /v1beta/extract only when maintaining an existing integration that already uses them. Do not substitute /v1 for the documented FindAll or Ingest endpoint paths.
Enrich your Supabase data with live web intelligence using Supabase Edge Functions and Parallel’s Task API.
Check out the Parallel integration on Supabase for more information.

Getting Started

We provide a complete cookbook with Supabase Edge Functions, a Next.js frontend, and step-by-step setup instructions.

Supabase + Parallel Cookbook

Complete working example showing how to build a data enrichment pipeline with Supabase and Parallel.
The cookbook includes:
  • Supabase Edge Functions that call Parallel’s Task API
  • Next.js frontend with live updates via Supabase Realtime
  • SQL schemas for storing enrichment data
  • Polling pattern for handling long-running enrichments

Example Usage

The Edge Function uses the parallel-web SDK to call Parallel’s Task API:
For detailed configuration and advanced features, see the Task API Quickstart. Links: