Airtable Scraper
Pricing
$5.00/month + usage
Go to Apify Store
Pricing
$5.00/month + usage
Rating
0.0
(0)
Developer

Spencer Smith
Maintained by Community
Actor stats
1
Bookmarked
74
Total users
1
Monthly active users
a year ago
Last modified
Categories
Share
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!