Skip to content

SEO traffic (CTR)

POST /v1/traffic/clicks runs real Google searches from genuine browsers, finds your target URL in the results, and clicks it — then browses with natural dwell. Use it to test organic CTR, dwell time, and search visibility. Billed $0.04 per delivered click.

Terminal window
curl -X POST https://api.serplify.io/v1/traffic/clicks \
-H "Authorization: Bearer live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"keyword": "best running shoes",
"target": "example.com",
"quantity": 200,
"geo": { "country": "US" },
"device": "mobile",
"search_max_pages": 5,
"dwell_seconds_min": 40,
"dwell_seconds_max": 120,
"pages_per_visit": 2
}'
FieldTypeRequiredDefaultNotes
keywordstringyesThe query the browser searches.
targetstringyesURL/domain to find and click in the SERP.
quantityintegeryesClicks to deliver (1–1,000,000).
geoobjectno{ country? } — ISO-3166 alpha-2, country-level targeting.
deviceenumnomixeddesktop, mobile, mixed.
search_max_pagesintegerno5How deep into the SERP to look for the target.
dwell_seconds_min / dwell_seconds_maxintegerno30 / 120Time on the clicked page.
pages_per_visitintegerno2Internal pages browsed after the click.
tagstringnoFree-form label.

HTTP 202 with a campaign whose product is clicks. A click is only counted (and billed) when the browser actually finds the target within search_max_pages and clicks through — if the target isn’t found on a given attempt, you are not charged for it.

  • A genuine browser performs the search, so the click is a real organic SERP interaction (not a synthetic hit on your URL).
  • Natural dwell and post-click browsing produce realistic engagement signals.
  • geo/device route through matching residential/mobile proxies.

This is a measurement and testing tool. Serplify does not guarantee ranking changes, and you must be authorised to drive traffic to the target. See the Acceptable Use policy.