Ebay-scraper-api


NameEbay-scraper-api JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://oxylabs.io/products/scraper-api/web/yelp
SummaryeBay Scraper for extracting product titles, descriptions, prices, specifications, customer reviews, and ratings from eBay
upload_time2023-12-18 12:30:56
maintainer
docs_urlNone
authorOxylabs
requires_python>=3.6
licenseMIT
keywords ebay-scraper scraping-ebay ebay-scraper-api ebay-data-scraper scrape-ebay
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ebay Scraper

[![Oxylabs promo code](https://user-images.githubusercontent.com/129506779/250792357-8289e25e-9c36-4dc0-a5e2-2706db797bb5.png)](https://oxylabs.go2cloud.org/aff_c?offer_id=7&aff_id=877&url_id=112)


[eBay Scraper](https://oxy.yt/Qapz) 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.

```python
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**](https://github.com/oxylabs/ebay-scraper/tree/main/code%20examples)

#### Output example

```json
{
    "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](mailto:support@oxylabs.io), 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://oxylabs.io/products/scraper-api/web/yelp",
    "name": "Ebay-scraper-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "ebay-scraper,scraping-ebay,ebay-scraper-api,ebay-data-scraper,scrape-ebay",
    "author": "Oxylabs",
    "author_email": "marketing@oxylabs.io",
    "download_url": "https://files.pythonhosted.org/packages/c2/53/1cdecbb9e6c64bef069802f6d05c81331657453c2f006966975373231c14/Ebay-scraper-api-1.0.0.tar.gz",
    "platform": null,
    "description": "# Ebay Scraper\n\n[![Oxylabs promo code](https://user-images.githubusercontent.com/129506779/250792357-8289e25e-9c36-4dc0-a5e2-2706db797bb5.png)](https://oxylabs.go2cloud.org/aff_c?offer_id=7&aff_id=877&url_id=112)\n\n\n[eBay Scraper](https://oxy.yt/Qapz) 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.\n\n### How it works\n\nYou can get eBay results by providing your own URLs to our service. We can return the HTML of any eBay page you like.\n\n#### Python code example\n\nThe example below illustrates how you can get an eBay product page result in HTML format.\n\n```python\nimport requests\nfrom pprint import pprint\n\n# Structure payload.\npayload = {\n    'source': 'universal_ecommerce',\n    'url': 'https://www.ebay.com/itm/293608130360',\n    'geo_location': 'United States',\n}\n\n# Get response.\nresponse = requests.request(\n    'POST',\n    'https://realtime.oxylabs.io/v1/queries',\n    auth=('user', 'pass1'),\n    json=payload,\n)\n\n# Instead of response with job status and results url, this will return the\n# JSON response with the result.\npprint(response.json())\n```\n\nFind code examples for other programming languages [**here**](https://github.com/oxylabs/ebay-scraper/tree/main/code%20examples)\n\n#### Output example\n\n```json\n{\n    \"results\": [\n        {\n            \"content\":\"<!doctype html>\n<html lang=\"en\">\n<head>\n            ...\n            </script></body>\n</html>\n\",\n            \"created_at\": \"2022-11-17 14:53:52\",\n            \"updated_at\": \"2022-11-17 14:53:54\",\n            \"page\": 1,\n            \"url\": \"https://www.ebay.com/itm/293608130360\",\n            \"job_id\": \"6999021798385787905\",\n            \"status_code\": 200\n        }\n    ]\n}\n```\n\nWith Oxylabs\u2019 eBay Scraper, publicly available data extraction will feel effortless. From product information to customer reviews \u2013 you\u2019ll have all the data you need. If you have further queries, you can contact us via live chat or [email](mailto:support@oxylabs.io), and we\u2019ll sort out your concerns in no time.\n\n```\nWith Oxylabs\u2019 Yelp Scraper API, you can forget about dealing with\ncomplex anti-bot systems and effortlessly collect public Yelp data,\nincluding search results, comments, profiles, posts, images, and much\nmore. Don\u2019t hesitate to contact us via [<u>live\nchat</u>](https://oxylabs.io/) or\n[<u>email</u>](mailto:support@oxylabs.io) in case you have any\nquestions.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "eBay Scraper for extracting product titles, descriptions, prices, specifications, customer reviews, and ratings from eBay",
    "version": "1.0.0",
    "project_urls": {
        "Bug Reports": "https://github.com/oxylabs/ebay-scraper/issues",
        "Documentation": "https://developers.oxylabs.io/scraper-apis/e-commerce-scraper-api/ebay",
        "Homepage": "https://oxylabs.io/products/scraper-api/web/yelp",
        "Source": "https://github.com/oxylabs/ebay-scraper"
    },
    "split_keywords": [
        "ebay-scraper",
        "scraping-ebay",
        "ebay-scraper-api",
        "ebay-data-scraper",
        "scrape-ebay"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55cb078120559bfd907452e0411cf46cfa5a6b427f2d9a3d6328fc10383b7c9d",
                "md5": "bd941870d92740581967f6b33185666e",
                "sha256": "5bda1d8d0e0033481571471661f01b2cc400191e21d207b9621f2d3fb0f5fc6d"
            },
            "downloads": -1,
            "filename": "Ebay_scraper_api-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd941870d92740581967f6b33185666e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2554,
            "upload_time": "2023-12-18T12:30:53",
            "upload_time_iso_8601": "2023-12-18T12:30:53.604567Z",
            "url": "https://files.pythonhosted.org/packages/55/cb/078120559bfd907452e0411cf46cfa5a6b427f2d9a3d6328fc10383b7c9d/Ebay_scraper_api-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2531cdecbb9e6c64bef069802f6d05c81331657453c2f006966975373231c14",
                "md5": "561a5cdafb0ef11330c04d17b3759f89",
                "sha256": "1d0d29691eb690fca11f27166ef1df1a306a659d76dbcb6745f873c838eab5e1"
            },
            "downloads": -1,
            "filename": "Ebay-scraper-api-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "561a5cdafb0ef11330c04d17b3759f89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2583,
            "upload_time": "2023-12-18T12:30:56",
            "upload_time_iso_8601": "2023-12-18T12:30:56.748003Z",
            "url": "https://files.pythonhosted.org/packages/c2/53/1cdecbb9e6c64bef069802f6d05c81331657453c2f006966975373231c14/Ebay-scraper-api-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-18 12:30:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oxylabs",
    "github_project": "ebay-scraper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ebay-scraper-api"
}
        
Elapsed time: 0.16901s