BytesFlows Docs

Keyword Research API

Expand a seed query with paid SERP data collected through your selected BytesFlows proxy account.

Keyword Research API

This endpoint runs the paid keyword research flow through your BytesFlows proxy account and returns the ip-detector keyword research payload.

Endpoint

  • URL: /api/tools/keyword-research
  • Method: POST
  • Authentication: Authenticated dashboard session

Request Body

FieldTypeRequiredDescription
accountstringYesProxy account to consume traffic from
keywordstringYesSeed keyword
countrystringNoCountry code such as US
devicestringNodesktop or mobile
session_typestringNorotating or sticky
durationnumberNoSticky session duration in minutes
session_idstringNoSticky session identifier

Response Notes

  • Response shape follows the ip-detector keyword research payload.
  • The result includes heuristic search-volume and difficulty estimates.
  • The selected proxy account traffic is consumed by the underlying residential proxy request.

Example

{
  "account": "acct-main",
  "keyword": "residential proxy api",
  "country": "US",
  "device": "desktop",
  "session_type": "sticky",
  "duration": 30
}

On this page