Skip to main content

eBay Scraper for extracting product titles, descriptions, prices, specifications, customer reviews, and ratings from eBay

Project description

Ebay Scraper

Oxylabs promo code

eBay Scraper is a sophisticated solution designed to gather data from eBay website in real time and without a hassle. This quick guide will detail the process of scraping eBay using Oxylabs' Scraper API.

How it works

You can get eBay results by providing your own URLs to our service. We can return the HTML of any eBay page you like.

Python code example

The example below illustrates how you can get an eBay product page result in HTML format.

import requests
from pprint import pprint

# Structure payload.
payload = {
    'source': 'universal_ecommerce',
    'url': 'https://www.ebay.com/itm/293608130360',
    'geo_location': 'United States',
}

# Get response.
response = requests.request(
    'POST',
    'https://realtime.oxylabs.io/v1/queries',
    auth=('user', 'pass1'),
    json=payload,
)

# Instead of response with job status and results url, this will return the
# JSON response with the result.
pprint(response.json())

Find code examples for other programming languages here

Output example

{
    "results": [
        {
            "content":"<!doctype html>
<html lang="en">
<head>
            ...
            </script></body>
</html>
",
            "created_at": "2022-11-17 14:53:52",
            "updated_at": "2022-11-17 14:53:54",
            "page": 1,
            "url": "https://www.ebay.com/itm/293608130360",
            "job_id": "6999021798385787905",
            "status_code": 200
        }
    ]
}

With Oxylabs’ eBay Scraper, publicly available data extraction will feel effortless. From product information to customer reviews – you’ll have all the data you need. If you have further queries, you can contact us via live chat or email, and we’ll sort out your concerns in no time.

With Oxylabs’ Yelp Scraper API, you can forget about dealing with
complex anti-bot systems and effortlessly collect public Yelp data,
including search results, comments, profiles, posts, images, and much
more. Don’t hesitate to contact us via [<u>live
chat</u>](https://oxylabs.io/) or
[<u>email</u>](mailto:support@oxylabs.io) in case you have any
questions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Ebay-scraper-api-1.0.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

Ebay_scraper_api-1.0.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file Ebay-scraper-api-1.0.0.tar.gz.

File metadata

  • Download URL: Ebay-scraper-api-1.0.0.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for Ebay-scraper-api-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1d0d29691eb690fca11f27166ef1df1a306a659d76dbcb6745f873c838eab5e1
MD5 561a5cdafb0ef11330c04d17b3759f89
BLAKE2b-256 c2531cdecbb9e6c64bef069802f6d05c81331657453c2f006966975373231c14

See more details on using hashes here.

File details

Details for the file Ebay_scraper_api-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for Ebay_scraper_api-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5bda1d8d0e0033481571471661f01b2cc400191e21d207b9621f2d3fb0f5fc6d
MD5 bd941870d92740581967f6b33185666e
BLAKE2b-256 55cb078120559bfd907452e0411cf46cfa5a6b427f2d9a3d6328fc10383b7c9d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page