FCC ID Equipment Authorization Lookup avatar

FCC ID Equipment Authorization Lookup

Pricing

from $0.25 / 1,000 results

Go to Apify Store
FCC ID Equipment Authorization Lookup

FCC ID Equipment Authorization Lookup

Look up FCC equipment authorization grants by FCC ID or grantee-code prefix via the official OET Lab Services API. Returns grantee org, grant date, purpose, and address fields. Unofficial; not affiliated with the U.S. Federal Communications Commission.

Pricing

from $0.25 / 1,000 results

Rating

0.0

(0)

Developer

Bakos Bence

Bakos Bence

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

What does FCC ID Equipment Authorization Lookup do?

Look up FCC equipment authorization grants by FCC ID or grantee-code prefix via the official OET Lab Services JSON API (apps.fcc.gov/OETLabServices/getFCCIDList). Each row includes grantee organization, grant date, application purpose, and org address fields (city, state, country, zip). No login. Export JSON or CSV via Apify API, schedule, or MCP.

Unofficial. This Actor is not affiliated with, endorsed by, or maintained by the U.S. Federal Communications Commission. It reads public OET endpoints only.

Dashboards: connect Power BI, Tableau, Looker Studio, or Qlik to the dataset API — see Export to Power BI, Tableau, Looker Studio & Qlik near the end. AI agents: paste this Actor’s Store page URL into an Apify-capable agent (MCP / Claude / Cursor with Apify), create an Apify account and API token once, and the agent can run the Actor and wire up the output.

Why use this FCC ID lookup?

  • 📡 Official OET Lab Services JSON — grantee org facts, not scraped HTML
  • 🔍 Prefix search (e.g. BCG → Apple Inc. grants)
  • 🏢 Org address fields preserved for compliance / supply-chain checks
  • 🛡️ curl_cffi TLS — works when plain HTTP clients get Access Denied

How to look up FCC IDs

  1. Open this Actor in Apify Console.
  2. Click Start on the prefilled BCG prefix (maxItems 5), or enter your own FCC IDs.
  3. Leave proxyType on none unless apps.fcc.gov blocks your IP.
  4. Export the dataset or pull via API.
{
"fccIds": ["BCG"],
"maxItems": 5,
"proxyType": "none"
}

How much does it cost?

Pay per event (PPE): Actor start + each result row. See the Pricing tab on this Actor’s Store page.

Input

FieldDescription
fccIdsFCC ID or grantee-code prefix values
maxItemsCap on grant rows
proxyTypeOptional proxy

Sample output

{
"fccid": "BCG-2310",
"grantee": "Apple Inc.",
"grantDate": "09/09/2009",
"applicationPurpose": "Original Equipment",
"city": "Cupertino",
"state": "CA",
"country": "United States",
"address": "One Apple Park Way N/A",
"zipCode": "95014",
"sourceUrl": "https://apps.fcc.gov/OETLabServices/getFCCIDList?fccId=BCG",
"scrapedAt": "2026-09-09T11:00:00+00:00"
}

FAQ

Is this an official FCC product?

No. It is unofficial and not affiliated with the FCC.

Do I need an FCC account?

No — only the public OET Lab Services endpoint.

Can AI agents call this?

Yes — Actor ID bakos_bence/fcc-id-lookup via Apify API or MCP.

Something broke?

Open the Issues tab on this Actor’s page.

ActorUse together when…
Domain Typosquat ScannerYou need brand/domain risk checks alongside device compliance
Public Document FinderYou need broader public-records routing alongside FCC grant lookup

Profile: bakos_bence on Apify.

For AI agents & LLM apps

Paste this Actor’s Apify Store URL into an agent that can use Apify (MCP, Claude, Cursor, etc.). With an Apify account and API token, the agent can set input, run the Actor, and fetch the dataset.

Export to Power BI, Tableau, Looker Studio & Qlik

  1. Run the Actor (or open a finished run).
  2. Open the DatasetAPI / Export.
  3. Copy the dataset items URL (JSON or CSV).
  4. In your BI tool, add a web / API data source with that URL (and your Apify token as a header or query param if required).
  5. Refresh on a schedule that matches your device-compliance monitoring cadence.

Grant facts are public FCC OET records — always verify critical certifications against primary FCC filings.