ShopList Talent Channels

List Talent Channels

List the talent channels the company can book on, each with the products available to it. Prices are the company's own — they already include any partner discount — so use this endpoint to build a shop or price comparison rather than a static catalogue.

Channels with no bookable product are left out. Results are ordered by the best product rating on the channel, and products within a channel by price.

curl -X GET "https://api.getkini.com/talent_channels/?page=1&page_size=20&ordering=name" \
  -H "Content-Type: application/json" \
  -H "Company-Id: 1" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "count": 12,
  "next": "https://api.getkini.com/talent_channels/?page=2",
  "previous": null,
  "results": [
    {
      "id": 1062,
      "slug": "stepstone",
      "name": "StepStone",
      "url": null,
      "catalog_url": "https://www.stepstone.de/e-recruiting/produkte",
      "logo": "https://storage.googleapis.com/prod-product-logos/logos/stepstonede.de",
      "description": "StepStone ist eine der führenden Online-Jobplattformen weltweit, die eine breite Palette von Stellenangeboten in verschiedenen Branchen anbietet.",
      "short_description": "Die Top-Adresse für alle Berufsgruppen.",
      "regions": "96,745,747,749,751,753,755,757,759,761,763,765,767,769,771,773,775",
      "products": [
        {
          "id": 2526,
          "name": "Stepstone.de (Pro)",
          "type": "single",
          "url": "http://stepstone.de",
          "description": "Allround-Jobanzeige auf StepStone für Fachkräfte aller Branchen. Automatischer Refresh hält die Anzeige aktuell; Verteilung erfolgt zusätzlich auf Fach- und Regionalportalen. Re-Targeting und eine Direktansprache potenzieller Kandidat*innen sind inklusive, um die Resonanz zu steigern.",
          "talent_channel": 1062,
          "list_price": 1399,
          "price": 1299,
          "provider_product": 2861,
          "pricing": {
            "pricing_type": "sponsored",
            "price_interval": "one_time"
          },
          "discount_percent": 7.8,
          "list_days": 30,
          "max_jobs": null,
          "refresh_interval_options": [
            7,
            14,
            30
          ],
          "regions": "96,745,747,749,751,753,755,757,759,761,763,765,767,769,771,773,775",
          "target_audience_education": "97,99,101,105",
          "statistics": {
            "booking_expected_clicks": 620,
            "booking_apply_expected_clicks": 45
          },
          "rating": 98,
          "required_fields": {},
          "updated_at": "2026-07-14T08:15:51.329489Z"
        }
      ],
      "total_products": 13
    }
  ]
}
GET
/talent_channels/
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Authenticate every request with an API key from the Kini Partner App, sent as Authorization: Bearer <your_api_key>.

Authenticate every request with an API key from the Kini Partner App, sent as Authorization: Bearer <your_api_key>.
query
pageinteger

A page number within the paginated result set.

query
page_sizeinteger

Number of results to return per page.

query
orderingstring

Sort field. Prefix with - to reverse. One of name, created_at, updated_at, max_product_rating.

header
Company-Idinteger
Required

Kini ID of the company the key is associated with

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authenticate every request with an API key from the Kini Partner App, sent as Authorization: Bearer \<your_api_key\>.

Query Parameters

pageinteger

A page number within the paginated result set.

Example:
1
page_sizeinteger

Number of results to return per page.

Example:
20
orderingstring

Sort field. Prefix with - to reverse. One of name, created_at, updated_at, max_product_rating.

Example:
name

Headers

Company-Idinteger
Required

Kini ID of the company the key is associated with

Example:
1

Responses

countinteger

Total number of records available across all pages

nextstring

URL to the next page of results

previousstring

URL to the previous page of results

resultsarray

List of talent channels