BytesFlows Docs

SERP Rank Check API

Run paid Google or compare-source rank checks through your own BytesFlows proxy account.

SERP Rank Check API

Use this endpoint to run a paid rank check through a selected BytesFlows proxy account. The request is forwarded by the BytesFlows BFF to ip-detector, which binds a user-level paid route before querying SearXNG.

Endpoint

  • URL: /api/tools/rank-check
  • Method: POST
  • Authentication: Authenticated dashboard session

Request Body

FieldTypeRequiredDescription
accountstringYesProxy account to consume traffic from
keywordstringYesSearch keyword
domainstringNoDomain to locate in organic results
countrystringNoCountry code such as US
devicestringNodesktop or mobile
compare_sourcesstring[]NoOptional comparison engines, for example ["bing"]
session_typestringNorotating or sticky
durationnumberNoSticky session duration in minutes
session_idstringNoSticky session identifier

Response Notes

  • Response shape follows the ip-detector rank check payload.
  • Paid requests bypass the shared SERP cache.
  • The selected proxy account traffic is consumed by the underlying residential proxy request.

Example

{
  "account": "acct-main",
  "keyword": "bytesflows proxy api",
  "domain": "bytesflows.com",
  "country": "US",
  "device": "desktop",
  "compare_sources": ["bing"],
  "session_type": "sticky",
  "duration": 30
}

On this page