Notion integration setup
Create a Notion integration at notion.so/my-integrations and copy the internal integration token. Share the destination database with the integration from the database menu.
Paste the token into Stekpad integration settings. For each recipe, pick a database and map recipe fields to Notion properties (title, text, number, URL, select, multi-select, date).
Related on Stekpad
More in this cluster
Replacing Zapier for Web Scraping: What Actually Works
**Use the contrarian voice from `docs/brand-voice.md`.** Name the category confusion directly: "Zapier is not a web scraper. It never was." Zapier only connects apps that already expose APIs or webhooks — it cannot extract data from a page that has no API. Document the specific failure mode: user tries to connect Zapier to a website that doesn't have a Zapier integration, and discovers they need a scraper sitting in front of Zapier, not Zapier itself. Then argue that for the vast majority of scraping + routing workflows, Stekpad's native scheduling and direct integrations (Sheets, Notion, Airtable, webhook) eliminate Zapier entirely — fewer failure points, no Zap task limits, no per-task charges. Keep Zapier only for downstream actions that Stekpad doesn't cover (sending Slack messages, creating HubSpot contacts, etc.).
How to Scrape Any Website to Google Sheets
Practical how-to guide for the most common Stekpad workflow: scrape a site, send rows to a Sheet. Covers: connecting Stekpad to Google Sheets (one-time OAuth), selecting destination column mapping, running a scrape, and verifying output. Includes examples for three use cases: LinkedIn company list → Sheets, Google Maps leads → Sheets, e-commerce prices → Sheets. Also covers scheduling for automatic updates without manual re-runs. Written for non-developers, no code examples.
Airtable Integration: Send Scraped Data to Any Base
Step-by-step setup for the Stekpad–Airtable integration. Covers: personal access token setup, base and table selection, field mapping, handling Airtable field types (single-line, number, URL, linked record), append and upsert modes, and run history. Ends with a suggested recipe for enriching an existing Airtable base with live web data.
Google Sheets Integration: Auto-Send Scraped Data
Step-by-step guide to connecting Stekpad to a Google Sheet. Covers: OAuth consent, selecting a destination sheet, column mapping, append vs overwrite modes, and troubleshooting permission errors. Includes a short GIF showing data arriving in a Sheet after a scrape run. Also notes the docs-level difference from the `/integrations/google-sheets` feature page (this is the technical how-to; that page is the marketing overview).