Home Web Hosting eBay Software   Free Download Support Forum Contact Us


eBay software

Free eBay Software
Free eBay Software Help
Download eBay Software source code
Free eBay Software example
Free eBay Software license

Web hosting

ASP Hosting

Rolex watches

Rolex submariner
Rolex daytona
Rolex gmt
Rolex explorer
Rolex yachtmaster
Rolex lady

Breitling watches

Breitling navitimer
Breitling colt
Breitling evolution
Breitling superocean
Breitling chronomat
Breitling bentley




eBay software : beListings, free eBay software example

beListings, free eBay software implementation example


The following example is a simple integration of beListings, to search eBay database in real time and return a set of products.


Those returned products are going to be listed as HTML output, this output can be fully customizable using any HTML editor, besides the otuput colors can also be set as variables sent to the program.


The source code of this implementation is also included in the free download package.


Search script example



Musical instruments Website Example


Start first with this simple application, just to understand the meaning of the program and familiarize yourself with ebay results and possible search strings and keyword and search operators combinations.

eBay Search strings format works as follows:


Simple search syntax:

eBayQuery = keyword

Will return all items that contain the word keyword in title

AND operator board match:

eBayQuery = keyword1 keyword2

Will return all items that contain the words keyword1 AND keyword2 in title in any order

AND operator exact match:

eBayQuery = (keyword1 keyword2)

Will return all items that contain the words  keyword1 AND keyword2 in title in that exact order

OR operator:

eBayQuery = (keyword1, keyword2)

Will return all items that contain the words  keyword1 OR keyword2 in title

NOT operator:

eBayQuery = keyword1 -(keyword2,keyword3)

Will return all items that contain the word keyword1 AND NOT keyword2 AND NOT keyword3 in title

 

*If SearchInDescription flag is on then will search in titles and descriptions

 

The source code of this implementation is also included in the free download package.


Click here to see a working example online


In order to implement this sample in your webserver just download the free version here and copy both files to any folder in your webserver then use the variables in the form to create your custom eBay product listings.

 



Designated trademarks and brands are the property of their respective owners


Free eBay Software PAD XML