Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have an eBay store that I'd like to be able to Search through JUST that store and return the results.
I found the "findItemsIneBayStores" call, but the documentation is kinda confusing(At least to me) and I can't find a good example so I can see how it works, I was hoping that someone could explain to me how it works.
Thank you,
Brandon
Use the storeName parameter in your findItemsIneBayStores call:
The name of the eBay store to search. Returns all items in the store, or can be used with keywords to search for specific items in an eBay store. If you do not specify keywords, you must specify storeName.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have a school website, I have uploaded the students examination result to the database but now I want to make a search bar by which can the student search their result by typing their roll number.
please someone give me the code. please
#wajahat-aftab - you can always find a great tutorial to do this. Here are few of the links
https://www.youtube.com/watch?v=N_S7_wg87GU
http://html.net/tutorials/php/
http://www.htmlgoodies.com/beyond/php/article.php/3472391
Basically you need to get the data, manipulate it and send it to the HTML page. Once you get the data in HTML you can present it any kind of look-n-feel as per your needs.
You can not expect exact answers for such questions - so I suggest you to be more specific with QUESTION and make sure that you also share the source code that you tried so far.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm a building a website like udemy.com. On the front page there is search bar for the users to search for the courses they want to enroll in.
How to get it done to show the results if the users inputs something?
I know that ajax will be used in this scenario. But anyone got the working solution or the better implementation?
I hope i'm clear with my question.
#arosh, are you looking for something like this: jquery autocomplete
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a list of 10,000+ keywords, specifically company names (ie: Best Buy, General Electric, etc.). I want to find relevant websites for all or most of these names, systematically.
How would I be able to go about this?
I'm thinking it'd be possible to copy from the list, paste to google, copy first website then paste on another list.
You should use Google's Web Search Results API.
Getting the basic hello world up.
PHP Access
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I am currently looking to build a simple repricer for Amazon, what I am thinking of doing is basically just checking all the active items prices and lowest price they are being sold for then match them or lower it by a penny or so. I just need to get pointed into the right direction and which API I should sign up for. So what do you guys think I basically just need some advice.
Thank you,
Michael
I know this is old, but https://developer.amazonservices.com/ is the API you want to use. It's got lookup by ASIN, etc to check the current price.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 12 months ago.
Improve this question
I have a classifieds website (with geoclassifieds basic) and would like to integrate amazon results into the search results. What's a simple way to to do this?
You'll need to apply for an account at http://aws.amazon.com and get an API key. Authenticating to the API is somewhat involved, so you might want to have a look at something like http://gulati.info/2009/08/amazon-php-api/. Documentation for the Amazon Product Advertising API can be found at http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/.