Airtable integration setup
Create a personal access token in Airtable settings with read/write scope on the destination base. Paste it into Stekpad Integrations then Airtable.
Pick a base, a table, and map recipe fields to Airtable fields. Field types are coerced automatically: strings to single-line text, numbers to number fields, URLs to URL fields, linked records resolved by name or ID.
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.
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).
Notion Integration: Populate Any Database from the Web
Technical setup guide for sending Stekpad scrape results into Notion. Covers: connecting via Notion OAuth, selecting a target database, mapping scraped fields to Notion properties, handling relation and select fields, and running a test scrape. Includes a note on the difference between Stekpad (scraping external sites INTO Notion) vs tools that scrape data OUT of Notion.