Skip to main content
GET
Suggested related pages
Suggested related pages are drawn from the universe of pages your Conductor subscription has discovered through any combination of web analytics, ranking content on results pages, and preferred URLs from Conductor Intelligence and from Conductor Monitoring crawls.

Change Log

No changes to report

Authorizations

Authorization
string
header
required

Conductor API token, sent as Bearer <your-api-token>. Generate a token from Integrations > API > Create API Token.

Path Parameters

accountId
integer
required

Account identifier

webPropertyId
integer
required

Web property identifier

Query Parameters

topics
string[]
required

Content topics for which you want suggestions for related pages on the web property. To include more than one topic, repeat the query parameter up to five times: [REQUEST_PATH]?topics=example1&topics=example2.

Maximum array length: 5

Response

Suggested related pages

url
string
required

The URL of the related page.

similarityScore
number<float>
required

Score from 0 to 1 indicating how semantically similar the page is to the input topics. The closer to 1, the more similar the page is to the topics. Conductor automatically filters responses for pages where similarityScore is greater than .6. Thus, pages will appear in responses with similarityScores between .6 and 1.

title
string | null

The title of the related page.

content
string | null

Content snippet for the related page.