Skip to main content
Question

Airtable Changelog via Custom Scrapping method

  • June 30, 2025
  • 2 replies
  • 88 views

Forum|alt.badge.img+2

Can anyone tell me if there’s a way to perform web scrapping on Airtable and fetch changes related to the tickets? For example, I change the status of my ticket to In-Progress from To-Do, I need a custom scraper method that would parse the data and store it into my database. I am using Node.js and puppeteer. 

2 replies

Mike_AutomaticN
Forum|alt.badge.img+28

Hey ​@Ingila,

Unfortunately, Revision History can’t be accessed via API calls. You can find Airtable’s API documentation here!

Mike, Consultant @ Automatic Nation 


Forum|alt.badge.img+2
  • Author
  • New Participant
  • June 30, 2025

Hi ​@Mike_AutomaticN 

 

Can we use any web scrapping tool to extract revision history from airtable?

 

Regards

Ingila