Exporting Price Change Data and Organizing It for Excel or Automation

hi @jcobteam1034 - one of the automated ways to save data is using a webhook to write them to a spreadsheet. here is a blog discussing how to do that using distill:

  1. the manually exported csv data only contains the current value.
  2. structuring data can be be done in two ways:
    • managed scraper: distill offers scrapers for popular sites that help get structured data
    • ai summary: it can extract structured data from any webpage using a prompt. this is the easiest option.
  3. webhook to spreadsheet is the way to go. tools like zapier can help too.

let me know if you have any other questions or need help with anything.