
Airtable Scraper
1 day trial then $5.00/month - No credit card required now

Airtable Scraper
1 day trial then $5.00/month - No credit card required now
Scrape data from any embedded Airtable page
Actor Metrics
4 monthly users
No reviews yet
1 bookmark
>99% runs succeeded
Created in Sep 2024
Modified 6 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!