Skip to content Skip to sidebar Skip to footer

Search Script Which Find Web Page In Website Stored In Database

I am no expert, but I'm trying to write a universal script for searching on some website which is stored in a database, for example in the database is stored 'ebay.com' and 'amazon

Solution 1:

You can use Ebay and Amazon APIs. If you check the documentation you will see that some search functions are available there.

Ebay's finding tutorial with PHP and Javascript examples:

http://developer.ebay.com/Devzone/finding/HowTo/index.html

And Amazon's API reference

http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_ApiReference.html

Post a Comment for "Search Script Which Find Web Page In Website Stored In Database"