apiharbor-youtubeapi


Nameapiharbor-youtubeapi JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://rapidapi.com/dataocean/api/the-better-youtube-channel-details
SummaryWant to dive deeper into the YouTube scene? Our YouTube Channel Details API is just what you need, especially if you're a marketer, researcher, or content creator. It's not just about getting contact info; it's about discovering those little gems like social media and location details of YouTube channels. Imagine the possibilities - like when one of our users found the perfect collaboration opportunity just by using these insights!
upload_time2024-01-08 21:06:20
maintainer
docs_urlNone
authorapiharbor
requires_python>=3.6
license
keywords youtube api youtube-api channel-details youtube-data youtube-analytics contact-information social-media-analysis youtube-marketing content-creation influencer-research video-analytics youtube-content media-analysis digital-marketing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YouTube Channel Details API

Unlock the secrets of YouTube with [YouTube Channel Details API](https://rapidapi.com/dataocean/api/the-better-youtube-channel-details). This cutting-edge API is your solution for diving deep into the intricate details of YouTube channels. Ideal for marketers, researchers, and content creators, our API allows you to extract vital contact information, discover social media links, and much more.

## Key Features

- **Comprehensive Contact Details**: Obtain email addresses and other essential contact information of YouTube channel owners.
- **Social Media Discovery**: Uncover social media profiles linked to YouTube channels.
- **Geographical Information**: Identify the location of channels for targeted marketing or research strategies.
- **User-Friendly Interface**: Easy integration into your existing systems.
- **Real-Time Data Access**: Always work with the most current data.
- **Versatile Use Cases**: Suitable for marketers, researchers, content creators, and businesses.
- **Reliable and Scalable**: Supports small-scale and large-scale projects.

## Use Cases

- **Marketers**: Discover influencer partnerships and tailor campaigns.
- **Researchers**: Analyze trends and gather data for academic or market research.
- **Content Creators**: Find collaboration opportunities and network with peers.
- **Businesses**: Connect with channels for promotions and sponsorships.

## Getting Started

### Step 1: Register on RapidAPI

Our package communicates with an API published on RapidAPI. To use our library, you'll need a RapidAPI key. Registration is free and can be done at [RapidAPI](hhttps://rapidapi.com/dataocean/api/the-better-youtube-channel-details). Follow the steps to register and obtain your key.

### Step 2: Install the Package

Install our package using pip:

```bash
pip install youtube-channel-details-apiharbor
```

### Step 3: Use the Package

Here's a simple example to get you started:


```python
from src.youtube_channel_details_api_client_apiharbor.api_client import YouTubeChannelDetailsApiClient
import asyncio

api = YouTubeChannelDetailsApiClient('__YOUR_RAPIDAPI_KEY__')

async def test_get_channel_details():
    r = await api.get_channel_details('@MrBeast')
    assert r.status == 200
    assert r.data.channel_id == 'UCX6OQ3DkcsbYNE6H8uQQuVA' 

async def main():
  await test_get_channel_details()
  return None

asyncio.run(main())
```

Replace `__YOUR_RAPIDAPI_KEY__` with the key obtained from RapidAPI.

### Contribute
We welcome contributions! If you have suggestions or want to contribute to our project, please feel free to open an issue or a pull request.

### License
This project is licensed under the MIT License.

### Join Us
Dive into the world of YouTube with our API. Explore unseen aspects, connect with the right people, and gain the insights you need. Sign up now and transform the way you interact with YouTube!

            

Raw data

            {
    "_id": null,
    "home_page": "https://rapidapi.com/dataocean/api/the-better-youtube-channel-details",
    "name": "apiharbor-youtubeapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "youtube,api,youtube-api,channel-details,youtube-data,youtube-analytics,contact-information,social-media-analysis,youtube-marketing,content-creation,influencer-research,video-analytics,youtube-content,media-analysis,digital-marketing",
    "author": "apiharbor",
    "author_email": "apiharborcom@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/19/248a51e3c45152704c108518aeb90a8333d90c432808d21e11eab2969a0f/apiharbor_youtubeapi-1.0.0.tar.gz",
    "platform": null,
    "description": "# YouTube Channel Details API\r\n\r\nUnlock the secrets of YouTube with [YouTube Channel Details API](https://rapidapi.com/dataocean/api/the-better-youtube-channel-details). This cutting-edge API is your solution for diving deep into the intricate details of YouTube channels. Ideal for marketers, researchers, and content creators, our API allows you to extract vital contact information, discover social media links, and much more.\r\n\r\n## Key Features\r\n\r\n- **Comprehensive Contact Details**: Obtain email addresses and other essential contact information of YouTube channel owners.\r\n- **Social Media Discovery**: Uncover social media profiles linked to YouTube channels.\r\n- **Geographical Information**: Identify the location of channels for targeted marketing or research strategies.\r\n- **User-Friendly Interface**: Easy integration into your existing systems.\r\n- **Real-Time Data Access**: Always work with the most current data.\r\n- **Versatile Use Cases**: Suitable for marketers, researchers, content creators, and businesses.\r\n- **Reliable and Scalable**: Supports small-scale and large-scale projects.\r\n\r\n## Use Cases\r\n\r\n- **Marketers**: Discover influencer partnerships and tailor campaigns.\r\n- **Researchers**: Analyze trends and gather data for academic or market research.\r\n- **Content Creators**: Find collaboration opportunities and network with peers.\r\n- **Businesses**: Connect with channels for promotions and sponsorships.\r\n\r\n## Getting Started\r\n\r\n### Step 1: Register on RapidAPI\r\n\r\nOur package communicates with an API published on RapidAPI. To use our library, you'll need a RapidAPI key. Registration is free and can be done at [RapidAPI](hhttps://rapidapi.com/dataocean/api/the-better-youtube-channel-details). Follow the steps to register and obtain your key.\r\n\r\n### Step 2: Install the Package\r\n\r\nInstall our package using pip:\r\n\r\n```bash\r\npip install youtube-channel-details-apiharbor\r\n```\r\n\r\n### Step 3: Use the Package\r\n\r\nHere's a simple example to get you started:\r\n\r\n\r\n```python\r\nfrom src.youtube_channel_details_api_client_apiharbor.api_client import YouTubeChannelDetailsApiClient\r\nimport asyncio\r\n\r\napi = YouTubeChannelDetailsApiClient('__YOUR_RAPIDAPI_KEY__')\r\n\r\nasync def test_get_channel_details():\r\n    r = await api.get_channel_details('@MrBeast')\r\n    assert r.status == 200\r\n    assert r.data.channel_id == 'UCX6OQ3DkcsbYNE6H8uQQuVA' \r\n\r\nasync def main():\r\n  await test_get_channel_details()\r\n  return None\r\n\r\nasyncio.run(main())\r\n```\r\n\r\nReplace `__YOUR_RAPIDAPI_KEY__` with the key obtained from RapidAPI.\r\n\r\n### Contribute\r\nWe welcome contributions! If you have suggestions or want to contribute to our project, please feel free to open an issue or a pull request.\r\n\r\n### License\r\nThis project is licensed under the MIT License.\r\n\r\n### Join Us\r\nDive into the world of YouTube with our API. Explore unseen aspects, connect with the right people, and gain the insights you need. Sign up now and transform the way you interact with YouTube!\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Want to dive deeper into the YouTube scene? Our YouTube Channel Details API is just what you need, especially if you're a marketer, researcher, or content creator. It's not just about getting contact info; it's about discovering those little gems like social media and location details of YouTube channels. Imagine the possibilities - like when one of our users found the perfect collaboration opportunity just by using these insights!",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://rapidapi.com/dataocean/api/the-better-youtube-channel-details"
    },
    "split_keywords": [
        "youtube",
        "api",
        "youtube-api",
        "channel-details",
        "youtube-data",
        "youtube-analytics",
        "contact-information",
        "social-media-analysis",
        "youtube-marketing",
        "content-creation",
        "influencer-research",
        "video-analytics",
        "youtube-content",
        "media-analysis",
        "digital-marketing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c01d0e5d31a7b4548e9237e5d9dfed211cf5a5cac63758017ffbe0550c43e46",
                "md5": "b1f3005c0ba704ff3f3be2310ff9b633",
                "sha256": "b65918091408dae5d33839627d3cc1efeb125d73d208d08cf32981a1034a275c"
            },
            "downloads": -1,
            "filename": "apiharbor_youtubeapi-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1f3005c0ba704ff3f3be2310ff9b633",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2856,
            "upload_time": "2024-01-08T21:06:18",
            "upload_time_iso_8601": "2024-01-08T21:06:18.478526Z",
            "url": "https://files.pythonhosted.org/packages/3c/01/d0e5d31a7b4548e9237e5d9dfed211cf5a5cac63758017ffbe0550c43e46/apiharbor_youtubeapi-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f619248a51e3c45152704c108518aeb90a8333d90c432808d21e11eab2969a0f",
                "md5": "a235897283c3125333f9a84b0d7190ff",
                "sha256": "398df4476bbe5eb4761b615e512c4b03939af028f9731b7345abff1f8a5f1fb8"
            },
            "downloads": -1,
            "filename": "apiharbor_youtubeapi-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a235897283c3125333f9a84b0d7190ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3093,
            "upload_time": "2024-01-08T21:06:20",
            "upload_time_iso_8601": "2024-01-08T21:06:20.282802Z",
            "url": "https://files.pythonhosted.org/packages/f6/19/248a51e3c45152704c108518aeb90a8333d90c432808d21e11eab2969a0f/apiharbor_youtubeapi-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-08 21:06:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "apiharbor-youtubeapi"
}
        
Elapsed time: 0.16299s