Getting Started

Your first import

API Import for Google Sheets™ lets you pull data from any REST or GraphQL API using plain English prompts — no code, no formulas, no copy-pasting.

1
Install the add-on

Open the Google Workspace Marketplace listing and click Install. The add-on is free and requires no credit card.

Google will ask for permission to run as an add-on in your Sheets. Click Allow.

2
Open the sidebar

Open any Google Sheets spreadsheet. In the menu bar, click Extensions API Import for Google Sheets™Open.

The API Import sidebar opens on the right side of your sheet. It stays open while you work.

3
Select a connector

Use the Select API dropdown at the top of the sidebar to choose a pre-configured connector (e.g. Shopify, GitHub, YouTube Data) or select Generic REST API to connect to any endpoint.

See the Connectors section for credential setup steps for each API.

4
Write a prompt

Type what data you want in the Prompt field using plain English. Good prompts are specific about what you want returned:

Get my last 50 Shopify orders with order ID, customer name, total, and status
Show GitHub issues for the repo vercel/next.js opened in the last 30 days
Get YouTube video stats for channel UCBcRF18a7Qf58cCRy5xuWwQ — views, likes, and title
5
Preview the generated request

Click Generate. The add-on uses AI to build the API request from your prompt — method, URL, headers, and query parameters.

The Preview panel shows the full request before it runs. Review it and adjust the prompt if needed, then click Run.

6
Data appears in your sheet

API Import writes the response directly into the active sheet, starting at the cell you specify (default: A1). Each field becomes a column with auto-generated headers.

Nested JSON objects are flattened automatically. See Output Settings to control the target range, filter columns, or export to PostgreSQL.

7
Save as a workflow (optional)

Once you have a working prompt, click Save as Workflow and give it a name. Saved workflows can be re-run in one click, or scheduled to run automatically on a hourly, daily, or weekly schedule.

See Workflows for scheduling and run history.

Ready to install?

It's free — install from the Google Workspace Marketplace and start pulling data.

Install Free on Google Sheets™