Extract tags of a place on Foursquare - api

I could not find any ways of extracting the tags of a place on Foursquare.
I also found that there are ways for a user to add tags to a place.
Any help is really appreciated.
Thanks.

Tags are a deprecated feature and I wouldn't recommend relying on it for anything.

Related

Schema.org: combine FAQ markup and the How-To markup in one page?

Is it possible to combine the FAQ schema mark-up and How To markup for the same URL? If not, whats the best use case for a How To schema?
Thank you!
Tried only FAQ markups so far

How to retrieve all wikipedia articles containing at least one table?

The API doesn't seem to be very clear in how to retrieve all articles containing a "wikitable" class.
What's the best way to do this?
Probably because there is no such API. You can try searching for class="wikitable".
Tables are unstructured and can appear in unexpected places, such as manually aligning images. You can try the searching insource:" class=wikitable", as Tgr suggests.

Gracenote API: Fetching Contributors

I have an issue with contributors in gracenote:
Does someone know how much "date" and "place" fields types there might be ?
For now, i only saw something like TYPE="BIRTH". I suppose there might be something like "DEATH", i just want a confirmation please.
If someone knows about it, that would be great =).
TYPE="BIRTH" and TYPE="DEATH" are supported for contributor PLACE and DATE tags.
We will update the documentation to make sure both options are documented.

Use the Apple Search API to search by genre?

Is it possible to use the Apple Search API to search by genre ? I'm thinking specifically games in the app store. Using Obj-c.
As has been pointed out in the comments of this question...
Search Apple App store by genre with iOS/Obj-c
There seems to be a problem with trying to search by genre, so I'm looking for answers which of examples of that actually working, not just links to the docs.
It's not actually documented on the Search API documentation, but you can add a genreId parameter to the search URL and it restricts the search to a particular genre.
If you look at the JSON returned from a search for "Yelp", there are 4 interesting things:
"genreIds":["6005", "6001"]
"genres":["Social Networking", "Weather"]
"primaryGenreName":"Social Networking"
"primaryGenreId":6005
Adding &genreId=6001 to a URL will find apps in the US in the "Weather" category. I'm using the search term "Check" in the URL.
https://itunes.apple.com/search?term=Check&country=us&entity=software&genreId=6001
Because it's not documented, you can't rely on it working forever. You may also be able to use the primaryGenreName as a parameter, I didn't try that. You'll have to figure out what numbers correspond to what categories too.
The Search API is documented here: http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
You can use this link to generate an RSS Feed of your liking. Without knowing too much about how you intend to use it, I would suggest looking at these two solutions and using the best one that suits your needs.

Joomla 1.5 Article Meta Keywors and Description management

Thx for your time!
I am currenly using sh404SEF, and it has "Title and Metas" manager. This is pretty much what I need, the only problem is that if URLs are purged so are title and Metas and it does not have place for keywords. Here is screen shot of what it looks like http://img412.imageshack.us/img412/5624/sh404titlemetasmanager.jpg
I am looking for a administrative component that will allow me to manage all the article keywords and descriptions in one place for multiple articles at a time. The components needs to update the keywords and description for the actual articles in [#__content] table, and not an overload plug-in. I looked through extensions directory, did not find what I was looking for.
You could try looking at Scribe - http://scribeseo.com/
It's paid for but pretty good for SEO/meta etc.