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.
Request
Section titled “Request”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 }'| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
keyword | string | yes | — | The query the browser searches. |
target | string | yes | — | URL/domain to find and click in the SERP. |
quantity | integer | yes | — | Clicks to deliver (1–1,000,000). |
geo | object | no | — | { country? } — ISO-3166 alpha-2, country-level targeting. |
device | enum | no | mixed | desktop, mobile, mixed. |
search_max_pages | integer | no | 5 | How deep into the SERP to look for the target. |
dwell_seconds_min / dwell_seconds_max | integer | no | 30 / 120 | Time on the clicked page. |
pages_per_visit | integer | no | 2 | Internal pages browsed after the click. |
tag | string | no | — | Free-form label. |
Response
Section titled “Response”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.
What you get
Section titled “What you get”- 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/deviceroute through matching residential/mobile proxies.
Responsible use
Section titled “Responsible use”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.