Airtable Universe Scraper avatar

Airtable Universe Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Airtable Universe Scraper

Airtable Universe Scraper

Scrape Airtable Universe with browse, search, or filter community-shared Airtable base templates by category. Extract title, description, author, tags, cover image, and template URL.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape templates from Airtable Universe — the public gallery of community-shared Airtable bases. Browse all featured templates, filter by any of 21 categories, or fetch specific template pages by URL.


What you can do

TaskHow
Browse featured templatesUse browse mode
Get all templates in a categoryUse byCategory mode + pick a category
Fetch specific templates by URLUse byTemplateUrls mode
Discover new community basesRun periodically and compare datasets

Input fields

FieldTypeRequiredDescription
modeSelectYesbrowse, byCategory, or byTemplateUrls
categorySelectWhen mode=byCategoryCategory slug (21 options available)
startUrlsArrayWhen mode=byTemplateUrlsDirect Airtable Universe template URLs
maxItemsInteger (1–2000)NoMaximum number of results (default 50)

Available categories

SlugLabel
arts-and-cultureArts and culture
community-mobilizationCommunity mobilization
creative-productionCreative production
educationEducation
entrepreneurshipEntrepreneurship
fashion-and-styleFashion and style
food-and-drinkFood and drink
government-and-politicsGovernment and politics
health-and-self-improvementHealth and self-improvement
journalism-and-publishingJournalism and publishing
local-interestLocal interest
marketing-and-salesMarketing and sales
nonprofits-and-volunteeringNonprofits and volunteering
operationsOperations
product-design-and-uxProduct, design, and UX
products-and-consumer-reviewsProducts and consumer reviews
professionalProfessional
real-estateReal estate
science-and-technologyScience and technology
sports-and-gamesSports and games
travel-and-outdoorsTravel and outdoors

Example inputs

Browse by category:

{
"mode": "byCategory",
"category": "marketing-and-sales",
"maxItems": 100
}

Fetch specific templates:

{
"mode": "byTemplateUrls",
"startUrls": [
"https://www.airtable.com/universe/exp7URG8Y71wUM664/sandwich-projects",
"https://www.airtable.com/universe/expjml1W9xXTVEQY0/festrunner"
]
}

Output fields

FieldTypeDescription
applicationIdStringUnique Airtable Universe app ID (e.g. expXXXXXXXXX)
slugStringURL slug for the template
titleStringTemplate title
descriptionStringTemplate description
authorNameStringCreator name
authorProfileUrlStringURL to the author's Universe profile
categoryStringCategory slug this template was found in
tagsArrayTags/category slugs from the template page
relativeDateStringRelative publish date (e.g. "7 years ago")
copiedCountIntegerNumber of times this template was copied (detail pages)
coverUrlStringCover/thumbnail image URL
authorAvatarUrlStringAuthor's avatar image URL
templateUrlStringFull URL to the template page
scrapedAtStringISO 8601 timestamp when scraped

Example output record

{
"applicationId": "expjml1W9xXTVEQY0",
"slug": "festrunner",
"title": "FestRunner (Original, Retired)",
"description": "FestRunner is a database that will help you organize many aspects of a film festival...",
"authorName": "Jon Gann/Reel Plan",
"authorProfileUrl": "https://www.airtable.com/universe/creator/usrq2cqcb8aYph9pV/jon-gann",
"category": "arts-and-culture",
"relativeDate": "7 years ago",
"coverUrl": "https://dl.airtable.com/exploreCoverImages%2FXbsGzD8LT1KKboxa0NHN_jake-hills-194864.jpg",
"authorAvatarUrl": "https://dl.airtable.com/profilePics%2FBmWXtEZOSvmUao8XXRGB_Jon_0714_BSM.jpg",
"templateUrl": "https://www.airtable.com/universe/expjml1W9xXTVEQY0/festrunner",
"scrapedAt": "2026-05-20T10:00:00+00:00"
}

Frequently asked questions

Do I need an Airtable account? No. Airtable Universe is a public gallery accessible without login. No credentials required.

How many templates can I scrape? Each category can have hundreds of templates. Set maxItems up to 2000. The byCategory mode loads all templates for a category at once.

What is the copiedCount field? How many times the template was duplicated by other users. Only available in byTemplateUrls mode (detail page).

Can I get templates from all categories at once? Yes — use browse mode. It iterates all 21 categories and deduplicates by applicationId.

The relativeDate is "7 years ago". Can I get exact dates? Airtable Universe only shows relative dates on listing pages. Exact timestamps are not exposed on the public site.

How do I find a template URL? Navigate to any template on airtable.com/universe and copy the URL from your browser.


Data source

This actor scrapes airtable.com/universe — Airtable's publicly accessible community template gallery. No authentication is required.


Limitations

  • Exact creation dates not available (only relative, e.g. "7 years ago")
  • copiedCount only populated in byTemplateUrls mode (requires individual detail page visit)
  • Airtable's exploreApplications REST API requires authentication; this actor uses DOM-based extraction