I would like to know if there is an API I can use to get a LinkShare merchant domain URL.
The merchant search endpoint only returns their uid
and name
.
According to the Linkshare help docs you can get a list of default URLs for all advertisers in your program (by joining data from two APIs), but those will still be affiliate links on Linkshare redirect domains. You would then need to write a script to visit those links and return the final destination URL, then grab the root domain of the URL.
Steps:
curl_getinfo(curl_init(), CURLINFO_EFFECTIVE_URL);
to see where it's redirecting to.http[s]?://([^/]+)