Link Search Service (REST)

Sample URI:

https://linksearch.api.cj.com/v2/link-search?website-id=12345678&keywords=%2Bsony+-camera  

The Link Search Service is a REST API that enables developers to find links in the Commission Junction network based on desired criteria. Developers may search for links by any number of criteria including keywords, country, category, targeted area, relationship status (with the advertiser), link size or link type.

Commission Junction's REST Web Services use the standard HTTP Authorization header to pass authentication information.  You must provide your developer key to pass authentication. The request URI for the Publisher Lookup Service API must be properly encoded based on HTML 4 specification form content encoding rules. Please refer to http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4 for the standard specification.  

Note: Some languages may have built-in utility methods for encoding URIs based on RFC 1738. Unfortunately, these utility methods may not properly encode white space character and "+" character. Specifically, white space character should be encoded to "+" character, and "+" character should be encoded to "%2B".

Click the following links to display more specific information regarding the Link Search Service in REST.