Green

Saturday, May 4, 2013

[PHP-SOURCE] Amazon Search Engine Script

Hi,

I want to contribute to the DP community, so here's a Amazon Search Script. Which let's the user enter what they're searching for, and uses your affiliate store id to retrieve results.

This is a simple google-like script so you could purchase traffic to the search script and get hits, and for every person who uses your search engine they'll be retrieving items from amazon using your store/affiliate id so if they purchase goods, you earn commission.
This is an ad that I inserted!
*  @author Vick Kumar *  @copyright 2013 © All Rights Reserved*  @license http://creativecommons.org/licenses/by-sa/3.0/# 3. Script returns Amazon Results#usage amazsonSearch("Search Query Here");function amazonSearch($q, $affiliateid)  $url = "http://astore.amazon.com/$affiliateid/search?node=1&keywords=$q&x=13&y=14&preview=";  amazonSearch($query, "vickkumar-20");    amazonSearch Script 

  Enter search query:

View the original article here

0 comments:

Post a Comment