Is there any YQL query to get top gainers in Yahoo Financial Public API? - yahoo

I tried to get top 5 gainers from YQL.
there is only Yahoo Financial API with specific symbol.

At last , I found there is no solution. The only way I did was to scrap data from yahoo finance site.

Related

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.

YouTube data Api for videos under particular category

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}

How to use Google spreadsheet data in my website page?

Data In google spreadsheet is like
EmpId | EmpName
1 | John
2 | Jerry
I want to display these data in my webiste. (Say www.example.com/employeeList.html)
But I do not want to publish the above spreadsheet, only i want to fetch the record
when a user will access the above page link.
Note : The document will be in private mode.
Thanks
Try parsing it as a JSON or XML. I don't know much about how the API retrieves the information but there are some tools that could help you with that. Links coming soon.
Do you prefer any specific format?
If the document is private, some kind of authentication must be in place to retrieve the locked data and then figure out how to parse it, or both at a time.

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.

Full Text Search in Bing API

I am using Bing API to implement search in my application.I am not able to implement full text search in this. For example if i searched employee then in the results employees should also be there but in the result only employee is present.

Resources