YouTube data Api for videos under particular category - youtube-data-api

I am trying to fetch the 25 each videos under particular category, but i am struggle to form YouTube data API, can anyone help me to form.
I have got category list using categories API, but i am struggle to fetch videos of particular category.

You need to use the Videos List API
with the parameters chart=mostPopular and videoCategoryId=<id>
for example
https://www.googleapis.com/youtube/v3/videos?part=snippet&chart=mostPopular&videoCategoryId=10&key={YOUR_API_KEY}

Related

Uipath-Studio, how to data scrape a list of products?

.CSV Product List
I have a .CSV file with a list of product. And I need to make a RPA bot to Data scrape the list of products from online shopping websites. The data scraped from online shooping sites must be stored into the same DataTable. The bot must also be able to extract the product name from .CSV file and search the product's name on shopping site by itself, no matter how many items I add-on or reduce from the .CSV file in the future. I had added the picture of my .CSV product list, please ignore the Budget column. I understand how to data scrape, but I am not sure of how to design a RPA bot with such feature I mentioned above. Please help me T^T...

How to get Amenities for a place using google place api or place data api

I could able to get details about the restaurant using google place detail api, but I need to get Amenities particularly. The Api I use is mentioned below.
https://maps.googleapis.com/maps/api/place/details/json?placeid=PLACE_ID&key=API_KEY
You can't get amenities information from this API. They don't give you access to that information on purpose because Google Maps must have a competitive advantage. So, you can link the restaurant to that location on Google Maps in order give the option to view the amenities.

Facebook API Insights Issue

I am developing web application that collects views data about Facebook Posts in video. The problem is that when I try to fetch views data, for example, 57460905720_10156493579175721/insights/post_video_complete_views_organic,
I get an empty data array.
When I append fields parameter, like ?fields=description, I get empty array too.
How to get information about video views?

Google Places Api get category Id

How I can get place category or category id?
Here all categories and subcategories
http://support.google.com/places/bin/answer.py?hl=en&topic=1656882&answer=1722104#category
But places api doesn`t return cat_id
The Places API has a slightly different set of "types", which are returned in the API's Place Details response.
If you add a new place via the API should use these types, whereas bulk uploaded data should use the appropriate code in the help article you mentioned.

Statistics for Facebook Event

I'm trying to pull back impressions about a Facebook event, but haven't been able to find much documented. With the REST API, I was able to do an FQL call with something like this:
SELECT post_id, impressions FROM stream WHERE source_id=(page_id) AND attachment.fb_object_id=(event_object_id)
However, now that I'm changing to the Graph API, that FQL query no longer returns results.
Any help would be much appreciated
Thanks!
You can use the Graph API here for retrieving the likes, feeds, links, posts, statuses, invited, videos, pictures at http://developers.facebook.com/docs/reference/api/event/
But its not possible to get the complete stats for a event in one query. You will have to calculate it separately step by step.

Resources