{ "info": { "author": "Lukas Barth", "author_email": "mail@tinloaf.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries" ], "description": "PriceGrabber\n============\n\nThis is a Python package to retrieve prices for specific products from all sorts of websites, such as Amazon, Aliexpress, or price comparison websites.\n\nNew websites can be supported by means of a simple configuration entry. Currently supported sites include:\n\n* Geizhals.{de, at}\n* Amazon.{de, com, co.uk, probably all)\n* Idealo.de\n* Aliexpress.com\n\nUsage\n-----\n\nUsage is pretty simple. Mostly you should be able to put in an URL to the site of a product you're interested in, and you should get out a price (or a list of prices). Here is an Example for an AliExpress product:\n\n```python\n>>> from pricegrabber import Grabber\n>>> cfg = {\"url\": \"https://de.aliexpress.com/store/product/Cherry-cherry-shaft-shaft-mx-mechanical-keyboard-shaft-switch-black-shaft-tea-shaft-white-shaft-green/2230037_32682571027.html?spm=a2g0x.12010612.8148356.2.75987786TNUZUO\"}\n>>> g = Grabber(cfg)\n>>> g.grab()\n[(8.9, '$')]\n```\n\nSo in this case we know that the pack of Cherry MX key switches from AliExpress costs $8,90. Note that a list is returned. Some sites may report multiple prices instead of just one.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tinloaf/pricegrabber", "keywords": "library prices scraping", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pricegrabber", "package_url": "https://pypi.org/project/pricegrabber/", "platform": "", "project_url": "https://pypi.org/project/pricegrabber/", "project_urls": { "Homepage": "https://github.com/tinloaf/pricegrabber" }, "release_url": "https://pypi.org/project/pricegrabber/0.0.1/", "requires_dist": [ "requests (>=2.21.0)", "lxml (>=4.2.5)" ], "requires_python": "", "summary": "Package to scrape prices from various websites", "version": "0.0.1" }, "last_serial": 4630262, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8664c4d2a4aeb9b86aaea2c88c13c931", "sha256": "1fd0d1fd8a623d12ed61cfb44d6adad2290e9b9e1ad205bfb3e99f35f9a2a5e0" }, "downloads": -1, "filename": "pricegrabber-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8664c4d2a4aeb9b86aaea2c88c13c931", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7372, "upload_time": "2018-12-23T23:37:30", "url": "https://files.pythonhosted.org/packages/5d/6a/aed53430fb6f7c8cd4740239e6ccb2257eb811244e64d3d16da811e0a286/pricegrabber-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83b5cdc518f9d76e2cdeaad78f462295", "sha256": "62374e399cc2d39b6f0d4ebe2826765139af5091cba0368d17567b7653f9d527" }, "downloads": -1, "filename": "pricegrabber-0.0.1.tar.gz", "has_sig": false, "md5_digest": "83b5cdc518f9d76e2cdeaad78f462295", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5918, "upload_time": "2018-12-23T23:37:32", "url": "https://files.pythonhosted.org/packages/77/95/2358d519374e954f352b2cb3818ea6dda1c49c30f7d811b9ea54ee77b01d/pricegrabber-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8664c4d2a4aeb9b86aaea2c88c13c931", "sha256": "1fd0d1fd8a623d12ed61cfb44d6adad2290e9b9e1ad205bfb3e99f35f9a2a5e0" }, "downloads": -1, "filename": "pricegrabber-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8664c4d2a4aeb9b86aaea2c88c13c931", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7372, "upload_time": "2018-12-23T23:37:30", "url": "https://files.pythonhosted.org/packages/5d/6a/aed53430fb6f7c8cd4740239e6ccb2257eb811244e64d3d16da811e0a286/pricegrabber-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83b5cdc518f9d76e2cdeaad78f462295", "sha256": "62374e399cc2d39b6f0d4ebe2826765139af5091cba0368d17567b7653f9d527" }, "downloads": -1, "filename": "pricegrabber-0.0.1.tar.gz", "has_sig": false, "md5_digest": "83b5cdc518f9d76e2cdeaad78f462295", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5918, "upload_time": "2018-12-23T23:37:32", "url": "https://files.pythonhosted.org/packages/77/95/2358d519374e954f352b2cb3818ea6dda1c49c30f7d811b9ea54ee77b01d/pricegrabber-0.0.1.tar.gz" } ] }