Python Bing Search API
======================
Unofficial bing Search API for Python.
It uses web scraping in the background and is compatible with both
**Python 2 and 3**.
Source
------
https://github.com/samsha1971/python-bingsearch
Why this project?
-----------------
for everyone who want to use bing search.
Features
--------
- Free unrestricted API, requires no key or credit card
- Unicode support
- Works for all Python versions (2 & 3)
Installation
------------
.. code:: bash
pip install python-bingsearch
Using
-----
.. code:: bash
>>> from bingsearch import bingsearch
>>> bingsearch.search('Python',num_results=10)
Raw data
{
"_id": null,
"home_page": "https://github.com/samsha1971/python-bingsearch",
"name": "python-bingsearch",
"maintainer": "Sam Sha",
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "search-api bing python",
"author": "Sam Sha",
"author_email": "sam_sha@163.com",
"download_url": "https://files.pythonhosted.org/packages/e7/1a/c9d1f20f20a5f93f032db4f5be54f4778ae591cc3db561b9e63cce928f82/python_bingsearch-1.0.4.tar.gz",
"platform": "all",
"description": "Python Bing Search API\r\n======================\r\n\r\nUnofficial bing Search API for Python.\r\n\r\nIt uses web scraping in the background and is compatible with both\r\n**Python 2 and 3**.\r\n\r\nSource\r\n------\r\n\r\nhttps://github.com/samsha1971/python-bingsearch\r\n\r\nWhy this project?\r\n-----------------\r\n\r\nfor everyone who want to use bing search.\r\n\r\nFeatures\r\n--------\r\n\r\n- Free unrestricted API, requires no key or credit card\r\n\r\n- Unicode support\r\n\r\n- Works for all Python versions (2 & 3)\r\n\r\nInstallation\r\n------------\r\n\r\n.. code:: bash\r\n\r\n pip install python-bingsearch\r\n\r\nUsing\r\n-----\r\n\r\n.. code:: bash\r\n\r\n >>> from bingsearch import bingsearch\r\n >>> bingsearch.search('Python',num_results=10)\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "bing Search unofficial API for Python with no external dependencies",
"version": "1.0.4",
"project_urls": {
"Homepage": "https://github.com/samsha1971/python-bingsearch"
},
"split_keywords": [
"search-api",
"bing",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "25c2c3807419ec717326705d26617cbc897bcab6e2d0bf806d204d2dee353285",
"md5": "2b9439ce178ef612af56e1e4e19e9b05",
"sha256": "a41739feed98ac834e6c9152dd3b7cb3337db719f4ac2223d0549ad2710db110"
},
"downloads": -1,
"filename": "python_bingsearch-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b9439ce178ef612af56e1e4e19e9b05",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5829,
"upload_time": "2025-01-05T14:01:01",
"upload_time_iso_8601": "2025-01-05T14:01:01.643392Z",
"url": "https://files.pythonhosted.org/packages/25/c2/c3807419ec717326705d26617cbc897bcab6e2d0bf806d204d2dee353285/python_bingsearch-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e71ac9d1f20f20a5f93f032db4f5be54f4778ae591cc3db561b9e63cce928f82",
"md5": "f400dc749b0d530fb9a8a4fcf82b5a99",
"sha256": "a7819f90c15470b70f8cbb903659baa763bd4443ab4776156964061de2d88e7c"
},
"downloads": -1,
"filename": "python_bingsearch-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "f400dc749b0d530fb9a8a4fcf82b5a99",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5456,
"upload_time": "2025-01-05T14:06:04",
"upload_time_iso_8601": "2025-01-05T14:06:04.144157Z",
"url": "https://files.pythonhosted.org/packages/e7/1a/c9d1f20f20a5f93f032db4f5be54f4778ae591cc3db561b9e63cce928f82/python_bingsearch-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-05 14:06:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "samsha1971",
"github_project": "python-bingsearch",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "requests",
"specs": [
[
">=",
"2.32.3"
]
]
},
{
"name": "beautifulsoup4",
"specs": [
[
">=",
"4.12.3"
]
]
},
{
"name": "lxml",
"specs": [
[
">=",
"5.3.0"
]
]
},
{
"name": "playwright",
"specs": [
[
">=",
"1.48.0"
]
]
}
],
"lcname": "python-bingsearch"
}