I updated the free search script example to what I would consider version 2. It has the following: Product search Facets Trends Performance Ads...
Most of you may not be aware, but you can export a CSV from our system by simply adding a couple parameters to your api request. Almost all of our...
I'm going to start a list of sites and docs about code optimization. Please feel free to contribute anything you come across: ...
Came across this from one of our members here and thought it deserved a share. I haven't used the script myself, but it might be a good starting...
Hello Friends, I am a Asp.Net MVC developer and I have used lots of API like paypal, etc. Now I am thinking to create a website similar to...
Would: $arr = array(1, 2, 3, 4); foreach ($arr as &$value) { $value = $value * 2; } unset($value);
For those who likes datafeed I created bot that will scrape datafeed from Prosperent. From "read me" file: IE 8+ and .NET framework 3.5+ is...
How do I filter multiple "currentCommissionStatus" at the same time ? I tried this but doesn't work ...
Yesterday we launched a new version of theNetPool designed to showcase the technology available to you via the Prosperent API and the various...
We are getting ready to launch a new site design for Prosperent and we want to showcase some of the creations people have made with the Prosperent...
Demo: http://www.highaltitudeimports.com/search/products.php?q=soccer+cleats This script gives you a complete API search site that you can load up...
Andrew found this one while working on some code optimizations. He benchmarked two different methods for comparing two arrays to see if a value in...
I'm caching images on my disk, a simple "if not exist on disk download from prosperent then send image to browser" type thing. No redirecting (I...
Simple way to get all merchants via PHP/Curl $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://api.prosperent.com/api/merchant");...
I put this together and wanted to see if anyone would be interested in using it on their own site:...
Hello, My question is about how to transfer visitors from publisher's site (A) to the merchant's site (B). From an SEO perspective, adding links...
This isn't officially from the Prosperent team, but rather something that one of our publishers has started putting together. It should save any...
This is a continuation of the discussion here: http://community.prosperent.com/showthread.php?674-default-link&highlight=default+link The code...
Is there any way to do a link that would go to a specific merchant. ie on my LPs i might show a few popular merchant banners down the side....
I wrote simple application for windows, which uses commission endpoint. If you wanna use it, you can find it here! Its an application in .NET...
hi to all i was playing with the API but i cant find a way ( except doing some array_unique ) to get a list of the merchants even doing that i...
Hi, I was testing the "example" below but it doesn't return any values. require_once('class/Prosperent_Api.php'); $prosperentApi = new...
Hi, The facet return this particular merchant or brand has 1000+ products, but the max I can pull is only the first 100 products, then it stop...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules