Airtable Scraper avatar
Airtable Scraper

Pricing

$5.00/month + usage

Go to Store
Airtable Scraper

Airtable Scraper

Developed by

Spencer Smith

Spencer Smith

Maintained by Community

Scrape data from any embedded Airtable page

0.0 (0)

Pricing

$5.00/month + usage

1

Total users

35

Monthly users

10

Runs succeeded

>99%

Last modified

8 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

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

Output examples

✅ Valid airtable embed url

[
{
"Name": "Luna Lovegood",
"Position": "Chief Imagination Officer",
"Department": "Creative Department",
"Contact Details": "luna.lovegood@exampleb868.com",
"Photo": [
{
"id": "attyUeNneH5trfu2r",
"url": "https://...",
"filename": "abstract_5.png",
"type": "image/png"
}
]
},
{
"Name": "Max Power",
"Position": "Head of Innovation",
"Department": "Research & Development",
"Contact Details": "max.power@example3b82.com",
"Photo": [
{
"id": "att3l22PNEqQnAxOL",
"url": "https://...",
"filename": "abstract_41.png",
"type": "image/png"
}
]
}
]

❌ Invalid airtable embed url

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

Your feedback 🙏

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