Scrape data from any embedded Airtable page
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"
.
1{ 2 "url": "https://airtable.com/embed/appFfgUoPE9Uuo9TD/shranvynVOmhxm3T2/tbl5J75hPuS3bVirA?viewControls=on" 3}
✅ 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}
If you have any feedback or notice any bugs, please create an issue on the Issues tab in Apify Console. Thank you!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!