etsy-scraper-api


Nameetsy-scraper-api JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://oxylabs.io/products/scraper-api/ecommerce/etsy
SummaryEtsy Scraper for collecting prices, titles, descriptions, specifications, reviews, and other product information from etsy.com
upload_time2024-02-22 15:14:00
maintainer
docs_urlNone
authorOxylabs
requires_python>=3.6
licenseMIT
keywords etsy-scraper etsy-api etsy-scraping etsy-scrape
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Etsy 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)


Oxylabs’[ Etsy Scraper](https://oxy.yt/Vafh) is a data gathering solution allowing you to extract real-time information from an Etsy website effortlessly. This brief guide explains how an Etsy Scraper works and provides code examples to understand better how you can use it hassle-free.

### How it works

You can get Etsy results by providing your own URLs to our service. We can return the HTML for any Etsy page you like. Additionally, we can deliver **structured (parsed) output for Etsy product pages**.

#### Python code example

The example below illustrates how you can get a parsed Etsy product page result.

```python
import requests
from pprint import pprint

# Structure payload.
payload = {
    'source': 'universal_ecommerce',
    'url': 'https://www.etsy.com/listing/524233279/tiny-silver-forget-me-not-earrings',
    'geo_location': 'United States',
    'parse': True,
}

# 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/etsy-scraper/tree/main/code%20examples)

#### Output Example
```json
{
    "results": [
        {
            "content": {
                "url": "https://www.etsy.com/listing/524233279/tiny-silver-forget-me-not-earrings?click_key=dee3e777ad5cc36010f708a8991825c7d84649b8:524233279&click_sum=2cca2059&ref=hp_rv-3&sts=1",
                "price": 29.48,
                "title": "Tiny silver Forget me Not earrings. Dainty sterling threader earrings with light blue enameled blossom. Threader Stud earring for her.",
                "images": [
                    "https://i.etsystatic.com/6401969/r/il/b84458/1226050351/il_75x75.1226050351_kvdw.jpg",
                    "https://i.etsystatic.com/6401969/c/1066/847/58/71/il/064963/1226057237/il_75x75.1226057237_q5jf.jpg",
                    "https://i.etsystatic.com/6401969/r/il/d68e0d/1226050373/il_75x75.1226050373_6u24.jpg",
                    "https://i.etsystatic.com/6401969/r/il/b71cfc/1226050549/il_75x75.1226050549_29un.jpg",
                    "https://i.etsystatic.com/6401969/r/il/fe8682/1178831922/il_75x75.1178831922_k9ny.jpg"
                ],
                "seller": {
                    "url": "https://www.etsy.com/shop/VillaSorgenfrei?ref=simple-shop-header-name&listing_id=524233279",
                    "title": "VillaSorgenfrei",
                    "rating": 4.8636,
                    "star_seller": true,
                    "reviews_count": 34115
                },
                "reviews": {
                    "count": 258
                },
                "currency": "USD",
                "shipping": {
                    "from": "Germany"
                },
                "categories": [
                    {
                        "title": "All categories"
                    },
                    {
                        "title": "Jewelry"
                    },
                    {
                        "title": "Earrings"
                    },
                    {
                        "title": "Stud Earrings"
                    }
                ],
                "product_id": "524233279",
                "stock_status": "Low in stock",
                "variation_count": 1,
                "parse_status_code": 12000
            },
            "created_at": "2022-11-17 14:45:28",
            "updated_at": "2022-11-17 14:45:33",
            "page": 1,
            "url": "https://www.etsy.com/listing/524233279/tiny-silver-forget-me-not-earrings?click_key=dee3e777ad5cc36010f708a8991825c7d84649b8:524233279&click_sum=2cca2059&ref=hp_rv-3&sts=1",
            "job_id": "6999019685052180481",
            "status_code": 200,
            "parser_type": "etsy_product"
        }
    ]
}
```

With our Etsy Scraper, you can effortlessly extract public data from any Etsy web page. Collect the required product information, such as price, reviews, or descriptions, to analyze the market and stay ahead of your competitors. If you have any questions, contact our support team via live chat or email us at hello@oxylabs.io.

            

Raw data

            {
    "_id": null,
    "home_page": "https://oxylabs.io/products/scraper-api/ecommerce/etsy",
    "name": "etsy-scraper-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "etsy-scraper,etsy-api,etsy-scraping,etsy-scrape",
    "author": "Oxylabs",
    "author_email": "marketing@oxylabs.io",
    "download_url": "https://files.pythonhosted.org/packages/58/81/e87f13040c51dd934404e8bb4c924cd0e30d5ab48618c55fcce8d726b3e6/etsy-scraper-api-0.1.1.tar.gz",
    "platform": null,
    "description": "# Etsy 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\nOxylabs\u2019[ Etsy Scraper](https://oxy.yt/Vafh) is a data gathering solution allowing you to extract real-time information from an Etsy website effortlessly. This brief guide explains how an Etsy Scraper works and provides code examples to understand better how you can use it hassle-free.\n\n### How it works\n\nYou can get Etsy results by providing your own URLs to our service. We can return the HTML for any Etsy page you like. Additionally, we can deliver **structured (parsed) output for Etsy product pages**.\n\n#### Python code example\n\nThe example below illustrates how you can get a parsed Etsy product page result.\n\n```python\nimport requests\nfrom pprint import pprint\n\n# Structure payload.\npayload = {\n    'source': 'universal_ecommerce',\n    'url': 'https://www.etsy.com/listing/524233279/tiny-silver-forget-me-not-earrings',\n    'geo_location': 'United States',\n    'parse': True,\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/etsy-scraper/tree/main/code%20examples)\n\n#### Output Example\n```json\n{\n    \"results\": [\n        {\n            \"content\": {\n                \"url\": \"https://www.etsy.com/listing/524233279/tiny-silver-forget-me-not-earrings?click_key=dee3e777ad5cc36010f708a8991825c7d84649b8:524233279&click_sum=2cca2059&ref=hp_rv-3&sts=1\",\n                \"price\": 29.48,\n                \"title\": \"Tiny silver Forget me Not earrings. Dainty sterling threader earrings with light blue enameled blossom. Threader Stud earring for her.\",\n                \"images\": [\n                    \"https://i.etsystatic.com/6401969/r/il/b84458/1226050351/il_75x75.1226050351_kvdw.jpg\",\n                    \"https://i.etsystatic.com/6401969/c/1066/847/58/71/il/064963/1226057237/il_75x75.1226057237_q5jf.jpg\",\n                    \"https://i.etsystatic.com/6401969/r/il/d68e0d/1226050373/il_75x75.1226050373_6u24.jpg\",\n                    \"https://i.etsystatic.com/6401969/r/il/b71cfc/1226050549/il_75x75.1226050549_29un.jpg\",\n                    \"https://i.etsystatic.com/6401969/r/il/fe8682/1178831922/il_75x75.1178831922_k9ny.jpg\"\n                ],\n                \"seller\": {\n                    \"url\": \"https://www.etsy.com/shop/VillaSorgenfrei?ref=simple-shop-header-name&listing_id=524233279\",\n                    \"title\": \"VillaSorgenfrei\",\n                    \"rating\": 4.8636,\n                    \"star_seller\": true,\n                    \"reviews_count\": 34115\n                },\n                \"reviews\": {\n                    \"count\": 258\n                },\n                \"currency\": \"USD\",\n                \"shipping\": {\n                    \"from\": \"Germany\"\n                },\n                \"categories\": [\n                    {\n                        \"title\": \"All categories\"\n                    },\n                    {\n                        \"title\": \"Jewelry\"\n                    },\n                    {\n                        \"title\": \"Earrings\"\n                    },\n                    {\n                        \"title\": \"Stud Earrings\"\n                    }\n                ],\n                \"product_id\": \"524233279\",\n                \"stock_status\": \"Low in stock\",\n                \"variation_count\": 1,\n                \"parse_status_code\": 12000\n            },\n            \"created_at\": \"2022-11-17 14:45:28\",\n            \"updated_at\": \"2022-11-17 14:45:33\",\n            \"page\": 1,\n            \"url\": \"https://www.etsy.com/listing/524233279/tiny-silver-forget-me-not-earrings?click_key=dee3e777ad5cc36010f708a8991825c7d84649b8:524233279&click_sum=2cca2059&ref=hp_rv-3&sts=1\",\n            \"job_id\": \"6999019685052180481\",\n            \"status_code\": 200,\n            \"parser_type\": \"etsy_product\"\n        }\n    ]\n}\n```\n\nWith our Etsy Scraper, you can effortlessly extract public data from any Etsy web page. Collect the required product information, such as price, reviews, or descriptions, to analyze the market and stay ahead of your competitors. If you have any questions, contact our support team via live chat or email us at hello@oxylabs.io.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Etsy Scraper for collecting prices, titles, descriptions, specifications, reviews, and other product information from etsy.com",
    "version": "0.1.1",
    "project_urls": {
        "Bug Reports": "https://github.com/oxylabs/etsy-scraper/issues",
        "Documentation": "https://developers.oxylabs.io/scraper-apis/e-commerce-scraper-api/etsy?_gl=1*10ze2fy*_gcl_aw*R0NMLjE3MDg1MTU0ODYuQ2p3S0NBaUEyOWF1QmhCeEVpd0FuS2NTcWtRSWlmdl9Ud19pcWxkM3hSTVNNa1E4SHlCM3p0TDFzdnA5aTE1N0lYckNGQWVtRUdiY29ob0NhUVlRQXZEX0J3RQ..*_gcl_au*MTc2MDgxNTAwNC4xNzA1OTI3MzM0",
        "Homepage": "https://oxylabs.io/products/scraper-api/ecommerce/etsy",
        "Source": "https://github.com/oxylabs/etsy-scraper"
    },
    "split_keywords": [
        "etsy-scraper",
        "etsy-api",
        "etsy-scraping",
        "etsy-scrape"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc3689ab7d650295055ea6ad2a5ca49314db3c7d478415b58641cf2d34dbbdd8",
                "md5": "1a7d7ac4617139fb11f47382e20c4364",
                "sha256": "d9028c9b201eacfa74f8d4605ede0a6d8e6fc4155f2856ff06e781640f278bb9"
            },
            "downloads": -1,
            "filename": "etsy_scraper_api-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a7d7ac4617139fb11f47382e20c4364",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3183,
            "upload_time": "2024-02-22T15:13:57",
            "upload_time_iso_8601": "2024-02-22T15:13:57.643321Z",
            "url": "https://files.pythonhosted.org/packages/fc/36/89ab7d650295055ea6ad2a5ca49314db3c7d478415b58641cf2d34dbbdd8/etsy_scraper_api-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5881e87f13040c51dd934404e8bb4c924cd0e30d5ab48618c55fcce8d726b3e6",
                "md5": "a95f4a70603baefa8592020a10bd80b6",
                "sha256": "baa0c967c4354d8f2d8b54537274c83ce932382b9a0a988f310b4e6a2629a642"
            },
            "downloads": -1,
            "filename": "etsy-scraper-api-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a95f4a70603baefa8592020a10bd80b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3941,
            "upload_time": "2024-02-22T15:14:00",
            "upload_time_iso_8601": "2024-02-22T15:14:00.099693Z",
            "url": "https://files.pythonhosted.org/packages/58/81/e87f13040c51dd934404e8bb4c924cd0e30d5ab48618c55fcce8d726b3e6/etsy-scraper-api-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 15:14:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oxylabs",
    "github_project": "etsy-scraper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "etsy-scraper-api"
}
        
Elapsed time: 0.18887s