GET /api/v1/adsenseDomain and pubId lookup

Reverse AdSense API for Publisher Relationship Lookup

Query publisher IDs by domain or reverse lookup domains by pubId with one endpoint.
Use it for publisher analysis, monetization research, domain intelligence, and automation workflows.

One endpoint, two query modes, one shared model for auth, credits, and request tracking.

With the current configuration, each successful request costs 3 credits.

API Tester
Sign in to test this endpoint directly. Credits and request logs are recorded for the current account.
This page sends real requests. Credits are deducted from the signed-in account after a successful valid response.
Endpoint

Estimated Cost: 3 credit(s)

Adsense Query Type
Domain
Demo:
Request Preview
https://api.goanyapi.com/api/v1/adsense

What makes the Adsense page useful

The endpoint is packaged for both evaluation and repeated production usage.

Two query modes

Support `domain` and `pubId` lookups in one endpoint while keeping validation strict.

Publisher relationship data

Return publisher IDs grouped by `direct` and `reseller`, or return domains for a publisher ID.

Fixed billing model

Each successful request consumes credits and reports the new balance in the response.

Shared Authorization flow

The endpoint uses the same API key authentication as the rest of your public API catalog.

Operational visibility

Request history is logged for troubleshooting, customer support, and usage analysis.

Docs and copy-ready examples

The landing page connects directly to docs, tester, and implementation-ready examples.

How to work with the Reverse AdSense API

Most teams follow one of these simple request loops:

1

Pick a lookup mode

Decide whether you want to resolve a domain to publisher IDs or a pubId to related domains.

2

Send one authenticated request

Use either `domain` or `pubId` together with your Authorization header.

3

Use publisher relationship data

Feed the returned IDs or domains into research, enrichment, review, or compliance workflows.

4

Audit requests later

Check request logs and credit changes from the user activity area or the admin panel.

Reverse AdSense API FAQ

The key questions for domain lookup and pubId lookup are covered here.

Start querying publisher data

Open the docs, try a real request, and add Adsense lookups to your research workflow.