Collect fresh contacts from web pages and save them into Airtable in one run. It helps marketing and sales teams build a clean lead list fast and keep all prospect data in one place. Start it whenever you want new prospects added to your database.
Here is how it works. You click Test in n8n to begin. A HTTP Request node calls your lead scraping API with options to get personal and work emails and up to 500 records from a chosen URL. An If step removes entries that do not have an email so you do not store useless rows. A Set step standardizes fields like first_name and last_name so the schema stays clean. The Airtable node then creates new rows in your Leads table with the mapped fields.
To set it up, connect Airtable with a personal access token and point the HTTP Request node to your scraping endpoint. Map the fields you care about and test with a small batch before running 500 records. Expect faster research, fewer copy and paste mistakes, and one source of truth for outreach. This is useful for teams pulling contacts from directories, event lists, or company pages where emails are available.