Breadcrumbs

/feeds/pla

Endpoint /feeds/pla

The /feeds/pla endpoint serves all offers you have access to through KelkooGroup network in a PLA compatible format (Google, Bing, Facebook or Pinterest).

It works in the same way as regular Offer feeds, only the feed format is different.

Data freshness

You should retrieve offer feeds at least once per day. Limit this to 5 times a day.

Quota

Please read and apply recommendation on quota.

Restrictions

Publishing Kelkoo offers on Google or Bing Ads is prohibited (unless otherwise agreed with your account manager). However, there are no restrictions on using these formats for your own convenience.

Authentication

See JWT details

Compressed data

Please note that you should ask for compressed data, otherwise you will receive an error 406 Not Acceptable.

Most HTTP client libraries offer a setting to transparently activate compression when configuring the client. See below in the HTTP Headers section how to do it manually.

Query parameters

Filters

Name

Type

Domain

Default

Description

Example

country*

string



Country filter

country=fr

part

int

1 to numberOfParts


Part to download

part=2

numberOfParts

int

2, 4, 8


Total number of parts to split

numberOfParts=8

merchantId

int



Merchant filter

merchantId=1354321

categoryId

int



Category filter. It will filter on the current category of the offer and on its parents.

categoryId=124901

You cand find more details on the parameters in the Offer feeds documentation.

HTTP headers

Name

Type

Domain

Default

Description

Example

Accept-Encoding

string

{'gzip'}


You have to request compressed data. This is the way to do it.

Accept-Encoding: gzip

Endpoint

See Request builder

Response

The response will be a stream of offers in TSV format matching the expectations of the Google PLA platform.

To handle properly this stream, please follow the streaming guide.