Connect your Supabase project to insert scraped data directly into a table.
Setup Steps
- In Lection Dashboard → Integrations, click "Connect Supabase" and authorize access.
- Create a Scheduled Scrape and select "Supabase" as the delivery channel.
- Select your Project and Table from the dropdowns.
- Ensure your Supabase table schema matches the scraped data columns.
- Lection will batch insert rows upon scrape completion.
Mapping Tips
- Column names must match your database columns.
- Data types should be compatible (e.g., text for strings, numeric for numbers).
- Lection handles the connection pooling and insertion logic.
Payload Highlights
- Direct Database insertion via Supabase API.
Helpful Links
Test Checklist
- Set webhook URL and optional secret in Lection.
- Run a scheduled scrape to capture sample data.
- Confirm
dataset.recordsanddownload.urlarrive in your tool. - Publish/activate the workflow so production runs stay wired.