XenonFlare

Integrations

Google Search Console + SEO crawls in one dashboard

Import Search Console performance data per website and overlay it on full-site audits, issue lists, and scheduled rescans.

Read-only Google OAuth. Connect at the organization or property level — included on every web app plan, from Free to Agency.

Product preview

How to connect

  1. Add a website property in the XenonFlare web app
  2. Connect Google via read-only OAuth at org or property level
  3. Run a full-site crawl or scheduled rescan
  4. Review clicks and impressions next to crawl scores on the property overview
  5. Open issues for a URL with GSC metrics in context

What you get

  • 28-day clicks, impressions, CTR, and average position per property
  • Top queries and landing pages with period-over-period comparison
  • Crawl correlationflag high-traffic URLs with low SEO scores
  • Issue workspace shows Search Console metrics inline for affected URLs
  • Daily GSC sync plus refresh after each completed site scan
  • Portfolio summary across all connected websites
  • Developer API (gsc:read)JSON snapshots for queries, pages, and totals
  • Pull GSC data into your warehouse via APIno proprietary Redshift plug-in
FAQ

FAQ

Does XenonFlare modify my Search Console data?

No. The integration is read-only. XenonFlare imports performance and indexation signals to enrich your audits — it does not change settings in Google Search Console.

Which Search Console properties can I link?

Link any verified property you have access to in the connected Google account. Each XenonFlare website property maps to one Search Console property.

Is Search Console included on the Free plan?

Yes. Search Console sync is available on Free, Starter, Growth, and Agency workspaces. Crawl depth and scan frequency still follow your plan limits.

How often does data sync?

Search Console data syncs daily, and refreshes again after each successful site scan so issue pages reflect recent performance.

Can I export Search Console data to Redshift or BigQuery?

XenonFlare does not ship a native Redshift, BigQuery, or Qlik connector. Connect GSC in the web app, then use Developer API endpoints (gsc:read) to pull JSON snapshots into your own ETL — or export from your integration layer to CSV.

Is there a Search Console API?

Yes. After OAuth in the web app, use GET /properties/:id/gsc, /gsc/queries, and /gsc/pages with a Bearer key that has gsc:read. See the GSC field reference in Documentation.

Export GSC data (JSON)

Export GSC data (JSON)

XenonFlare does not ship a native Amazon Redshift, BigQuery, or Qlik connector. After connecting Search Console in the web app, pull cached snapshots with a Developer API key that includes gsc:read:

  • GET /properties/:id/gsc/overview — 28-day totals
  • GET /properties/:id/gsc/queries — top queries (paginated JSON)
  • GET /properties/:id/gsc/pages — top landing pages
  • POST /properties/:id/gsc/sync — refresh snapshot (gsc:write)

Field reference: GSC snapshot field reference. Wire your ETL to write CSV or load a warehouse — we expose JSON over HTTPS, not a hosted Redshift pipe.

curl -H "Authorization: Bearer xf_live_..." \
  https://api.xenonflare.com/api/v1/properties/PROPERTY_ID/gsc/overview
Related links

Create an API key

GSC metrics sync in the web app today. Queue crawls for those properties via the Developer API.

Developer API access requires Starter, Growth, or Agency. Free tier includes the web app and free marketing tools — not API keys.