06-26-2023 05:50 AM
I am writing to seek assistance regarding an issue related to the search functionality on the eBay platform. We have observed a discrepancy in the search results when multiple keywords are used in the search query, and we would appreciate your guidance in resolving this matter.
Our team has thoroughly reviewed the eBay API documentation and ensured that our implementation adheres to the recommended practices and formatting guidelines. The constructed URL for the search query appears to be correctly formulated, including the appropriate parameters and filters such as buying options and conditions.
However, during extensive testing, we have noticed that the number of returned listings differs when sending multiple keywords together compared to sending each keyword separately. The expected behavior is to receive all relevant listings for each individual keyword in the query.
To further investigate this issue, we have conducted the following steps:
Query Testing:
We have performed various tests with different search queries, including scenarios with single keywords and multiple keywords. This has helped us identify that the discrepancy in the search results occurs specifically when multiple keywords are used together.
Comparison of Results:
We have compared the search results obtained when sending multiple keywords together with the results obtained when sending each keyword separately. This analysis has confirmed the inconsistency in the number of returned listings, leading us to believe that there may be an algorithmic behavior affecting the results.
Based on our observations, we believe that the search algorithm might be applying additional relevance or filtering criteria when multiple keywords are present in the search query. However, we would appreciate your expert insights into the behavior of the search algorithm and any specific considerations or factors related to using multiple keywords.
In light of the above, we kindly request your assistance in addressing this discrepancy. We would appreciate it if you could provide us with:
1. Clarification on the expected behavior of the search algorithm when multiple keywords are used in the query.
2. Guidance on any specific considerations or factors that might influence the search results in such scenarios.
3. Suggestions or solutions to ensure that all relevant listings for each individual keyword in the query are returned consistently.
We highly value the partnership we have with eBay and are committed to providing our users with the best search experience on your platform. Your prompt attention and assistance in resolving this matter would be greatly appreciated.
06-26-2023 09:40 AM
Please provide an example of keywords that show different results.
The Finding API operates similarly to a manual site search, where words are expanded and matched to title, category name, and sidebar aspects. Multiple keywords can either increase or decrease the scope of search. Additionally, searches can be controlled by symbols within keyword strings: parentheses, space, comma, minus, plus, etc.
Below is my cheat sheet for the Finding API:
Keyword Search Tips:
|
06-27-2023 01:28 AM
Thank you for your response, @shipscript.
Regarding your inquiry about keywords that show different results, we have tested the Finding API using the following example URL: "
/buy/browse/v1/item_summary/search?q=%28Zeiss+Mikroskop%2C+Olympus+Mikroskop%2C+Leica+Mikroskop%2C+OPMI+Mikroskop%2C+Kern+Mikroskop%2C+Hahn+Kolb+Mikroskop%2C+Bresser+Mikroskop%2C+Zeiss+Microscope%2C+Olympus+Microscope%2C+Leica+Microscope%29&filter=buyingOptions%3A%7BAUCTION%7D%2Cconditions%3A%7BUSED%7D."