Airtable Scraper avatar
Airtable Scraper

Pricing

$5.00/month + usage

Go to Store
Airtable Scraper

Airtable Scraper

Developed by

Spencer Smith

Maintained by Community

Scrape data from any embedded Airtable page

0.0 (0)

Pricing

$5.00/month + usage

1

Monthly users

7

Runs succeeded

>99%

Last modified

7 months ago

What data can I access? 💾

You can scrape the data from any embedded airtable page. All you need to do is find the src url of the embedded iframe on the desired website.

Example page here
https://dotspencer.github.io/example-airtable-embed

<iframe class="airtable-embed" src="https://airtable.com/embed/appFfgUoPE9Uuo9TD/shranvynVOmhxm3T2?viewControls=on" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
https://airtable.com/embed/appFfgUoPE9Uuo9TD/shranvynVOmhxm3T2?viewControls=on

Inspect the html and look for the iframe with class "airtable-embed".

Input format

1{
2  "url": "https://airtable.com/embed/appFfgUoPE9Uuo9TD/shranvynVOmhxm3T2/tbl5J75hPuS3bVirA?viewControls=on"
3}

Output examples

✅ Valid airtable embed url

1[
2  {
3    "Name": "Luna Lovegood",
4    "Position": "Chief Imagination Officer",
5    "Department": "Creative Department",
6    "Contact Details": "luna.lovegood@exampleb868.com",
7    "Photo": [
8      {
9        "id": "attyUeNneH5trfu2r",
10        "url": "https://...",
11        "filename": "abstract_5.png",
12        "type": "image/png"
13      }
14    ]
15  },
16  {
17    "Name": "Max Power",
18    "Position": "Head of Innovation",
19    "Department": "Research & Development",
20    "Contact Details": "max.power@example3b82.com",
21    "Photo": [
22      {
23        "id": "att3l22PNEqQnAxOL",
24        "url": "https://...",
25        "filename": "abstract_41.png",
26        "type": "image/png"
27      }
28    ]
29  }
30]

❌ Invalid airtable embed url

1{
2	"error": "Invalid URL: Must be an airtable embed url (https://airtable.com/embed/...)"
3}

Your feedback 🙏

If you have any feedback or notice any bugs, please create an issue on the Issues tab in Apify Console. Thank you!

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

1 day

Price

$5.00