Data exports

Take your data somewhere else .

Every list endpoint speaks CSV, two new endpoints expose stored SERP observations and backlink rows, and a community connector puts all of it into your own Looker Studio project.

Read it out

Your stored rows, in the shape your tooling wants.

Exports are stored reads. Nothing here triggers a vendor call or moves a usage counter.

CSV everywhere

Any /api/v1 list endpoint returns CSV through a format parameter or an explicit Accept header, with the same fields as the JSON response.

Stored-row endpoints

SERP observations and backlink rows are readable directly, with opaque cursor pagination and an engine filter.

Looker Studio connector

An Apps Script community connector with the full field schema, ready to point at your own instance.

Spreadsheet-safe cells

Exported values are neutralized so a cell beginning with a formula character cannot execute when the file is opened.

Product truth

A read of what is already stored.

This illustrative frame mirrors normalized output. It is not a fresh fetch.

Illustrative export output and its source labels
SignalWhat the product showsSource
SERP observation rowThe stored observation with its capture date and engineProvider observation
Backlink rowThe stored row as it was last fetched for your siteProvider observation
CursorOpaque, and valid only for continuing the same readFirst-party data
How it runs

Bearer-authenticated, rate-limited, bounded.

Cadence, source, and page ceilings stay visible beside every endpoint.

Whenever you call it

Exports are ordinary reads against your own data, limited by the public API's rate bucket rather than by a plan unit.

Stored rows only

Every exported value was already captured and stored. An export never reaches out to a vendor to fill a missing row.

Paged, not unbounded

A page returns at most 1000 rows and the connector stops at 10000, so a query cannot quietly become a full-table scan.

What we don't do

Three things this feature will never claim.

Every limit below is enforced in the product, not written on a disclaimer page.

Honest limit

Stored reads, never a fresh fetch

Exports read what is already stored: no vendor call, no metered unit, no usage counter movement. An empty export means nothing was captured, not that nothing exists.

Honest limit

The connector is yours to run

The connector is source you copy into your own Apps Script project pointed at your own instance. It is not published to the Looker gallery, and RankMeFast never holds your key.

Honest limit

Agency key, bounded pages

Exports require an Agency API key. A page returns at most 1000 rows and the connector stops at 10000, so both sides stay predictable.

Every limit below is enforced by the product, not a disclaimer.

Your data, your tools

Pipe it wherever you already work.

Create an account to issue an API key, or begin with a free site audit.