All Collections
Scraper APIs
E-Commerce Scraper API
What are E-Commerce Scraper API integration methods?
What are E-Commerce Scraper API integration methods?
Josh avatar
Written by Josh
Updated over a week ago

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.

  1. 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.

  2. 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.

  3. 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.

Did this answer your question?