In this lesson, you will learn how to save data from any website (such as LinkedIn) directly to Airtable in one click.
There are just three steps to setting up Airtable:
When you click on the Airtable card to start the integration process, the following window will appear:
Account > Generate API Key
API Key Example: key7MythMnFeideEr
Here, we will define the fields that we are interested in scraping from a web page.
We will use the following command for this:
Do create new scraper model
And then will define the fields to be scraped.
⚠️ READ THIS: You need to set the field names EXACTLY! as they are in your Airtable column names. (Otherwise, it won’t work!) YES, it is case sensitive.
That’s the ninja precision part.
Note: if you mess up with naming fields precisely, it’s okay. You can change the column names in Airtable instead of recreating your scraper model.
Now, let’s get data with your scraper model with the following command:
Get data using scraper model > Last model
You will see a table with data from the web page you’ve just scraped.
Let’s use the data collected with the scraper (table) and add it to Airtable.
Here is the command:
Do append to airtable table [table name] records from [last table]
This is the last and the easiest step. Create a playbook the usual way.
That’s it. Now adding all website data from LinkedIn to Airtable will take you seconds.