Oxylabs’ E-Commerce Scraper API offers three integration methods, each of them having unique benefits. You can choose the one that fits your needs best and get the required public e-commerce data efficiently.
Push-pull. When choosing this integration method, you simply send us a request, and then we return your job id. Once the job is done, you can use this id to get the data from the /results endpoint.
Realtime. This delivery method is similar to a previously mentioned callback method. The main difference is that you get your data back on the same open HTTPS connection in real-time.
Proxy Endpoint. When using this method, you should use our entry node as a proxy, authorize with E-Commerce Scraper API’s credentials, and ignore certificates. The required public data will reach you on the same open connection. You can only provide fully-formed URLs instead of domain or search query parameters.
Read our Quick Start Guide for more detailed explanations and code samples.