Google Photo API - search library - search

The media:search endpoint is okay, but I really need a keyword search. Just like the actual website has. i.e. football
I've tried using the Google Custom Search API and pointing it to photos.google.com, but that is unable to get past the login screen even though I'm authenticated.
Anyone else have any workarounds for a keyword search?

Keyword search is currently not supported in the Google Photos Library API.
There's a feature request on the issue tracker that you can star to draw attention to it and be notified of updates: https://issuetracker.google.com/110300471
At the moment you can search the library by what's in the photo ("content categories"), dates, media types and archived state. More information about what's currently supported is in the developer documentation: https://developers.google.com/photos/library/guides/apply-filters

Related

Get Google Search Results Content

I want to get or buy google search results content (structured) from Google itself or any other source that can sell google data legally. I want all results about a specific keyword for the recent 6 months for example.
It will be a good turnaround if I can only get the page content as a raw text for this stage.
Automatic reading out / scraping of Google SERP is against Google ToS. From this point of view there is no one who sells such data legally - any seller violates Googles ToS.
Tere are many offers on markt, where you can get SERP data as JSON or full HTML through API access - just google for it.
The way every seller does SERP scraping is always the same - you can do it by your own. Run many proxies with IP addresses of countries, from where you need SERPs, and query Google with a kind of headless browser. Use captcha solving services to get data even if IP should be banned. Multithread your queries to get more data at once. Thats the whole magic.

Spotify API search VS in-app search

I'm working on tracks search and I found that in-app search performs spellchecking of query. For example for query 'seaman rammstein' result will be 1 song Seemann by Rammstein, but search via API(https://api.spotify.com/v1/search) has no items.
And I wonder what method or params are used in application search?
Thank you for your help in advance!
you're correct that the Search API doesn't do what we call "fuzzy matching". There is an open issue on the Web API issue tracker that you can follow here.

Google Docs Add-On Print Form Trigger

I would like to know if it is possible create and add-on to Google Docs that will allow me to track whether a document has been printed in Google Docs, so that I can do some post processing, in my app.

How to request Google to add a new keyword to Google search autocorrect?

Whenever I want to search for my Android APPS which are developed under publisher nixaree on the Google search engine or Play Store. Instead of displaying that APPS developed by nixaree, it displays other keyword contents and displays did you mean: XYZ.Is there any thing provided so that I can request Google to include this word as a keyword in PlayStore & Web Search Engine.
screenshot example:
No, you cannot change anything about this because you are not the owner of the Google PlayStore; therefore, you cannot add new keywords to it. Hope this helps!

Is there a full list of the parameters supported by the Facebook search API?

There is a search API can be used by developers to conveniently query posts, people in Facebook. But is there a full list of the parameters supported by the Facebook search API?
Facebook official docs provide what you need .graph api reference page has nice table describing what are various fields that can be used to call graph api.
Few links to use graph API and its reference
https://developers.facebook.com/docs/graph-api/using-graph-api/
https://developers.facebook.com/docs/graph-api/reference/
Github gist of Facebook Cheatsheet
https://gist.github.com/stevedev/1097432
Ill assume you did not find/read their website on FQL, so Ill give you that address now.
https://developers.facebook.com/docs/reference/fql/

Resources