Every request to GET https://alibaba-scraper.omkar.cloud/alibaba/products/search?search_query=<anything> with a valid API-Key returns HTTP 500 {"message":"Server Error"}.
Details:
- Reproduced with multiple queries (e.g.
gloves, nitrile exam gloves), two freshly-regenerated API keys, and from multiple hosts — so it is not auth, params, or query-specific.
- The earlier
400 "exceeded your monthly request limit" cleared after upgrading the plan, so quota is not the issue either.
- Response headers:
x-powered-by: Express, server: My_App, via: 1.1 google. Body is exactly {"message":"Server Error"} (26 bytes). No request-id header returned.
/alibaba/products/search is the correct path (matches the README example); other paths like /alibaba/products 404, confirming the route is right.
- It worked previously (we have cached results from ~June 9), so this is a regression on the hosted search service.
Could you check the search service / our plan provisioning? Happy to provide account details privately. Thanks!
Every request to
GET https://alibaba-scraper.omkar.cloud/alibaba/products/search?search_query=<anything>with a validAPI-KeyreturnsHTTP 500 {"message":"Server Error"}.Details:
gloves,nitrile exam gloves), two freshly-regenerated API keys, and from multiple hosts — so it is not auth, params, or query-specific.400 "exceeded your monthly request limit"cleared after upgrading the plan, so quota is not the issue either.x-powered-by: Express,server: My_App,via: 1.1 google. Body is exactly{"message":"Server Error"}(26 bytes). No request-id header returned./alibaba/products/searchis the correct path (matches the README example); other paths like/alibaba/products404, confirming the route is right.Could you check the search service / our plan provisioning? Happy to provide account details privately. Thanks!