{"id":23974566,"url":"https://github.com/augsmachado/ebay-scraper","last_synced_at":"2026-02-11T10:02:13.827Z","repository":{"id":38400071,"uuid":"484017702","full_name":"augsmachado/ebay-scraper","owner":"augsmachado","description":"Ebay Data Scraper is the easiest way to get access to product, price, sales rank and reviews data from Ebay in JSON format","archived":false,"fork":false,"pushed_at":"2024-12-06T01:51:42.000Z","size":205,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T20:43:52.803Z","etag":null,"topics":["axios","cheerio","expressjs","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/augsmachado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["augsmachado"],"custom":["http://t.ly/UJXWZ"]}},"created_at":"2022-04-21T11:06:56.000Z","updated_at":"2024-12-16T21:23:08.000Z","dependencies_parsed_at":"2024-11-20T19:39:25.903Z","dependency_job_id":"40494431-d54e-451e-a96a-ebd17972ae2c","html_url":"https://github.com/augsmachado/ebay-scraper","commit_stats":null,"previous_names":["augsmachado/ebay-scraper"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Febay-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Febay-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Febay-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Febay-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augsmachado","download_url":"https://codeload.github.com/augsmachado/ebay-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232830889,"owners_count":18582944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","cheerio","expressjs","javascript"],"created_at":"2025-01-07T05:46:50.884Z","updated_at":"2025-01-07T05:46:51.516Z","avatar_url":"https://github.com/augsmachado.png","language":"JavaScript","funding_links":["https://github.com/sponsors/augsmachado","http://t.ly/UJXWZ"],"categories":[],"sub_categories":[],"readme":"# README\nEbay Data Scraper is the easiest way to get access to product, price, sales rank and reviews data from Ebay in JSON format.\n\nRead more in [Postman Documenter](https://documenter.getpostman.com/view/4547078/2s84LStAFX)\n\n## v3.0.1-beta (new release)\n\n**_New Features_**\n\n-   add cache for response\n-   new endpoints to get tech, home and fashion deals\n-   new payload response: /products and /status\n-   if payload's value is not informed by seller, then it will be filled like \"uninformed\"\n-   new endpoint to get product reviews\n-   this new version fix bugs like filling in empty fields, allowing searches with multiple terms, bringing more details about the product and the seller\n-    add upc code to products\n-    add endpoint to search products by seller\n\nWe have unified the **product details and seller feedback endpoints** under the following path **/products/{id}**. In this new configuration, in addition to the product details, you will also find a **REVIEWS object** that contains the following information:\n- seller name\n- link to the seller logo\n- percentage of positive feedbacks\n- number of products that have been sold\n- number of feedbacks received for the product\n- if present on Ebay, then there will be a Read More section\n\n\n# **_Support for eBay subdomains_**\n\nThe USA subdomain not need to be selected, because it is the mais domain.\n\nThis feature is supported by the following endpoints:\n\n-   **GET**/products\n\nIf you want to access a subdomain, provide the **country** parameter with one of the supported countries below.\n\n-   **australia**: http://www.ebay.com.au\n-   **austria**: http://www.ebay.at\n-   **canada**: http://www.ebay.ca\n-   **france**: http://www.ebay.fr\n-   **germany**: http://www.ebay.de\n-   **hong kong**: http://www.ebay.com.hk\n-   **ireland**: http://www.ebay.ie\n-   **italy**: http://www.ebay.it\n-   **malaysia**: http://www.ebay.com.my\n-   **netherlands**: http://www.ebay.nl\n-   **philippines**: http://www.ebay.ph\n-   **poland**: http://www.ebay.pl\n-   **singapore**: http://www.ebay.com.sg\n-   **spain**: http://www.ebay.es\n-   **switzerland**: http://www.ebay.ch\n-   **united kingdom**: http://www.ebay.co.uk\n\n\n# Endpoint answer\n**| products |**\n\n-   GET/products\n\n    -   params\n        -   page_number: **mandatory**\n        -   product: **mandatory**\n        -   country: **optional**\n    -   response\n        -   **new keys**: sales_potential and reviews\n\n```\n[\n    {\n        \"product_id\": \"115576217898\",\n        \"name\": \"New ListingNEW HP 564 3-Pack CYAN/YELLOW/MAGENTA Ink Cartridges + Photo Paper J2X80AN QTY 2\",\n        \"condition\": \"Brand New\",\n        \"price\": \"C $26.11\",\n        \"discount\": \"uninformed\",\n        \"product_location\": \"from United States\",\n        \"logistics_cost\": \"+C $37.56 shipping estimate\",\n        \"description\": \"Brand New\",\n        \"sales_potential\": \"uninformed\",\n        \"link\": \"https://www.ebay.ca/itm/115576217898?epid=6019370045\u0026amp;hash=item1ae8e1212a:g:aeIAAOSwSxNjVHUG\u0026amp;amdata=enc%3AAQAHAAAA4KBFkkcuHmN7YPLlgNa7crSHDtCOIqG3j0cLesS71a%2F3s%2FbH%2B6I7ZGPkfiwcKLtDx40N7u5INZuvWc8xH2sy0IfVpJVWt4zdAN%2BSS2VI5wNyP1bCbaa%2FFYxlnNRttXGirPl%2B5EdQ8f5T1PFdRZ7FAau2HHx6RCSsAG2tbbO12fyln34LlmEVOcJzVM7nywncTapPxy5uRxZimVc6hSzamWLyp3FM9xl0QheRtHdyfWk8oZxsMFVCsLINdHzDMBEg8EqVMCdSEFRI56q1SER9Fop7swpobxpUx7s1pYVFy9hZ%7Ctkp%3ABk9SR5aly7CAYQ\",\n        \"reviews\": \"https://www.ebay.ca/p/6019370045?iid=115576217898\u0026amp;rt=nc#UserReviews\",\n        \"thumbnail\": \"https://i.ebayimg.com/thumbs/images/g/aeIAAOSwSxNjVHUG/s-l225.jpg\"\n    }\n ]\n```\n\n-   GET/products/{id}\n\n    -   params\n        -   product_id: **mandatory**\n        -   country: **optional**\n\n```\n[\n    {\n        \"product_id\": \"326150465337\",\n        \"product_name\": \"Apresentador a laser antimicrobiano Targus Control Max modo duplo com temporizador\",\n        \"link\": \"https://www.ebay.com/itm/326150465337\",\n        \"quantity_available\": \"undefined\",\n        \"price\": \"US $28,49\",\n        \"discounted_price\": \"\",\n        \"logistics_cost\": \"Frete:Pode não fazer envios para Brasil. Leia a descrição do item ou contate o vendedor para saber quais são as opções de envio. Ver detalhespara envioLocalizado em: Brooklyn, New York, Estados Unidos\",\n        \"last_24_hours\": \"\",\n        \"delivery\": \"Entrega:Varia\",\n        \"return_period\": \"O\",\n        \"description\": \"Apresentador a laser antimicrobiano Targus Control Max modo duplo com temporizador \",\n        \"upc\": \"092636356897\",\n        \"shipping\": \"Localizado em: Brooklyn, New York, Estados Unidos\",\n        \"product_images\": [\n            \"https://i.ebayimg.com/images/g/urIAAOSwGbxmXiJe/s-l140.jpg\",\n            \"https://i.ebayimg.com/images/g/ve8AAOSwZGpmXiJf/s-l140.jpg\"\n        ],\n        \"seller_infos\": [\n            {\n                \"seller\": \"DRWIRELESSLI\",\n                \"logotype\": \"https://i.ebayimg.com/images/g/FO8AAOSwPwJhTNom/s-l140.jpg\",\n                \"contact\": \"https://www.ebay.com/cnt/FindAnswers?ShowSellerFAQ=\u0026item_id=326150465337\u0026requested=drwirelessli\u0026redirect=0\u0026frm=284\u0026rt=nc\u0026ssPageName=PageSellerM2MFAQ_VI\u0026_trksid=p4429486.m145687.l149087\u0026_caprdt=1\",\n                \"positive_feedback\": \"99,1%\",\n                \"sold_items\": \"\",\n                \"number_feedbacks\": \"\",\n                \"store_link\": \"https://www.ebay.com/sch/drwirelessli/m.html?item=326150465337\u0026rt=nc\u0026_trksid=p4429486.m145687.l2562\"\n            }\n        ]\n    }\n]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugsmachado%2Febay-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugsmachado%2Febay-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugsmachado%2Febay-scraper/lists"}