Access Old Cars Data auction information without writing code. Use our integrations to fetch auction data directly in your favorite tools.
No-code integrations allow you to access auction data without writing API code or managing authentication. Simply install the integration and start using custom functions to retrieve data.
Currently, we offer a Google Sheets add-on that provides direct access to auction data through custom spreadsheet functions.
The Old Cars Data Google Sheets add-on lets you fetch auction listings and statistics directly in your spreadsheets. Use custom formulas to query data, build reports, and analyze auction trends—all without leaving Google Sheets.
Install the add-on from the Google Workspace Marketplace or use the installation link above.
Before using the formulas, you need to configure your API key.
The add-on provides two custom functions for accessing auction data and statistics.
Fetches auction listings matching your criteria. Returns a table with detailed auction information.
=OCD_AUCTIONS(make, [model], [year_min], [year_max], [price_min], [price_max], [status], [source], [keyword], [sort], [direction], [limit])make(required) The make namemodel(optional) The model nameyear_min(optional) Minimum yearyear_max(optional) Maximum yearprice_min(optional) Minimum priceprice_max(optional) Maximum pricestatus(optional) Auction status: "sold", "bid to", "reserve not met", "canceled", "unknown"source(optional) Source platform filterkeyword(optional) Search keyword to match in title and descriptionsort(optional) Sort field: "date", "price", "year", "bids" (default: "date")direction(optional) Sort direction: "asc", "desc" (default: "desc")limit(optional) Maximum number of results, range 1-100 (default: fetch all)A table with the following columns:
ID, Source, URL, Title, Price, Mileage, VIN, City, State, ZIP, Year, Engine, Drivetrain, Transmission, Description, Auction Status, Auction End Date, Title Status, Seller Username, Has Reserve, Listing Make, Listing Model, Body Style, Exterior Color, Interior Color, Standard Exterior Color, Standard Interior Color, Seller Type, OCD Make Name, OCD Model Name, Ownership History, Modifications, Known Flaws, Recent Service History, Listing Details, Created At, Views, Watches, Likes, Bids
Get all Porsche 911 auctions:
=OCD_AUCTIONS("Porsche", "911")Get sold Ferrari 308s from 1975-1985, limited to 50 results:
=OCD_AUCTIONS("Ferrari", "308", 1975, 1985, , , "sold", , , , , 50)Get auctions sorted by price (ascending):
=OCD_AUCTIONS("Toyota", "Land Cruiser", , , , , , , , , "price", "asc")Fetches price statistics for matching auctions, including average price, median price, and price trends.
=OCD_STATS(make, [model], [year_min], [year_max])make(required) The make namemodel(optional) The model nameyear_min(optional) Minimum yearyear_max(optional) Maximum yearA table with statistics and price trend data:
Metric, Value
Includes: Total Sales, Average Price, Median Price, Lowest Price, Highest Price, Sell Through Rate
Plus price trend data (last 12 months) with Date, Average Price, and Volume columns
Get statistics for all Ferrari 308s:
=OCD_STATS("Ferrari", "308")Get statistics for Porsche 911s from 1970-1975:
=OCD_STATS("Porsche", "911", 1970, 1975)Once you've installed the add-on and configured your API key, you can start using the formulas in your spreadsheet.

=OCD_AUCTIONS( to start the formula"Porsche", "911"=OCD_AUCTIONS("Porsche", , 1970))limit parameter to control how many results are returnedTo update your data, you can manually refresh all formulas in your spreadsheet.
Formulas also automatically refresh when you recalculate the sheet (e.g., when you edit a cell or press Ctrl+R / Cmd+R).
Track auction prices for specific makes and models over time. Use OCD_STATS to get average and median prices, then create charts to visualize trends.
Build a comprehensive inventory of available auctions. Filter by location, price range, or condition to find vehicles matching your criteria.
Analyze market trends by comparing sold vs. unsold auctions, tracking sell-through rates, and identifying popular configurations.
If you encounter issues or have questions about using the add-on: