Google Maps Api to find business name - javascript

I'm making a website for Italy service taxi, I want to replicate the autocomplete place search as in another website.
The other website uses Web Service API, I use Javascript API, but the Google Map library I think is the same....
For example if I write in other website: 'hotel president milano', it suggests me "NH Collection Milano President, Largo Augusto, 10, 20122 Milano, Italia", exactly what I want to know!
If I put in my website 'hotel president milano' I receive no suggestion! It only shows me the suggestion when I write "nh collection milano", if I change words position "collection nh milano" or "milano nh collection" I receive nothing.

If you look closely to the requests that are being made they are using another service https://developers.google.com/maps/documentation/javascript/places#place_search_requests
So the results you're basicly comparing oranges and apples here. Plus some of your search queries worked fine for me.

Related

Which Google rest api is used for searching all address possible for taxi application?

As i am creating application like uber ola and using autocomplete api for address this one https://maps.googleapis.com/maps/api/place/autocomplete/json which is not return all location such as search Gwalior railway station but it does-not show right prediction.I want to search all address search like we do in google maps.Kindly help me which api should i use to achieve from any google rest api.Thanks in advance.
You need to use Places API of Google.
Here is an example for search
https://maps.googleapis.com/maps/api/place/textsearch/json?query=railway+station+in+gwalior&key=<YourKey>
The above API will provide you the paginated results in size of 20 and along with details of each. If you need further details you can use the following API along with the places ID which is returned from the above API response.
https://maps.googleapis.com/maps/api/place/details/json?placeid=<getThisFromResponseOfPreviousAPI>&fields=name,formatted_address,address_component,geometry&key=<YourKey>

Use company name to find exact linkedin url

Let's say I have 10 company names.
How to find their "nearly-exact" linkedin url?
ex.
A company is named "ABC Corp", its' linkedin url might be "https://www.linkedin.com/company/abc-corp"
but it's not accurate.
There's a way to improve the precision by use google to search linkedin+company name to find the result, but the error rate is still high.
is there any better solution?
The link you'd fetch would be https://www.linkedin.com/search/results/all/?keywords=COMPANY_NAME_HERE which searches for the company name.
Then, you can use beautiful soup to scrape the first result which is usually the company you are looking for
To do this via web/iOS/Android.
https://www.linkedin.com/help/linkedin/answer/3881/find-an-organization-s-page-on-linkedin?lang=en
Type the company, university, or high school name into the Search bar at the top of your LinkedIn homepage.
Click Companies or Schools at the top of the search results page.
Click Locations, Industry, or Company size to filter the results for a company. (optional)
Click on the correct organization name in the results list that appears.
To do this via the API
I'm assuming this is what you're looking for.
LinkedIn marketing API provides an Organization Search API for this use case. You can search using just keywords by calling the search API.
eg:
GET https://api.linkedin.com/v2/search?q=companiesV2&baseSearchParams.keywords=LinkedIn%20Corporation
However, if you happen to know information like the company's region/industry/company size etc. you can specify those as facets (think of these like filters)
eg:
GET https://api.linkedin.com/v2/search?q=companiesV2&baseSearchParams.keywords=LinkedIn%20Corporation&companySearchParams.facetIndustry%5B0%5D=6&companySearchParams.facetCompanySize%5B0%5D=H&companySearchParams.facetCompanyCountryRegion%5B0%5D=us:84
Documentation: https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-search

How to get Wikipedia content using Wikipedia's URL?

Is it possible to create an input field where you can paste a Wikipedia page link and it will get all the text contents from that page?
I'm trying to integrate a feature on my web application where people can paste their Wikipedia page link/URL they want to analyze on the input field. And the application will use that URL to get all the text content from that page.
Suppose the user inputs this link: https://en.wikipedia.org/wiki/Taylor_Swift
The application will return the text content of that page, like this:
Taylor Alison Swift (born December 13, 1989) is an American singer-songwriter. Her narrative songwriting, which often centers around her personal life, has received widespread media coverage. Born in West Reading, Pennsylvania, Swift relocated to Nashville, Tennessee in 2004 to pursue a career in country music. At age 14, she became the youngest artist signed by the Sony/ATV Music publishing house, and at age 15, she signed her first record deal. Her 2006 eponymous debut studio album was the longest-charting album of the 2000s on the Billboard 200. Its third single, "Our Song", made her the youngest .......
Also, I've tried this api, which works, but it just returns the header content, not the whole page content
I've gone through Wikipedia API and found none (yet). Any suggestions on how I do this?
Since you tagged node.js in your question, I'm assuming you are using Javascript. You could use an npm library called wikijs
An example from wikijs page
wiki({ apiUrl: 'https://es.wikipedia.org/w/api.php' })
.page('Cristiano Ronaldo')
.then(page => page.info())
.then(console.log);
Hope this works for you
You can use this API from Mediawiki to get the text of the article without any format:
https://en.wikipedia.org/w/api.php?format=json&action=query&prop=extracts&exlimit=max&explaintext&titles=Taylor_Swift
It's actually the same API you mentioned in your question, but the only difference that you should remove &exintro parameter, and add these two parameters instead &exlimit=max&explaintext

SMS Personalization using AMPScript in Salesforce Marketing Cloud

My CRM team is running into problems when attempting to personalize SMS using AMPScript. The syntax used is as follows:
%%[
Var #subscriberKey
Set #subscriberKey = _subscriberKey
]%%
%%= v(#subscriberKey) =%%
Thank you for signing up for a 45 day risk-free hearing aid trial! One of our expert hearing consultants will call you soon to discuss next steps. During this call, we'll discuss your hearing loss situation and go over the details of the 45 day risk-free trial. We look forward to speaking with you shortly!
I have created a data extension in Marketing Cloud with just me in it, and used it on a journey that sends a text message with this content to my phone. The text message delivers, however the personalization content is not in there, just the plain text is shown. Of course, once the personalization works, we will change it so that other information is in there and not subscriberKey, but for now it would be a ton of help to know why the syntax is not working when it should.
Kind regards,
Michael
you will need to add the personalized field i.e. First Name/ Subscriber Key/etc in the following format %%FirstName%% . This field is actually picked up from the Attributed which are linked in your Contact Builder. Look for Mobile Connect Demographics, make sure these attributes which are trying to add in personalization are present there.
Now next step is how to link your information from your Master DE to the MobileConnect Demographics, for that u need to create an Import Activity from Contact Builder, and Import these details in a Mobile Connect List.
Hope this helps.
Mobile Connect Lists are different from Emails Studio Lists - Keep this in mind.

How to get full geo location details using user input in html/html5?

In android I could use google play services and geo location functions to get a user to type a string like "London, England" or "McDonalds" etc.., and have the service take that string and return a set of Location Objects. Each one has a city,address,country,lat,long etc... details.
I'm now making a web app version of it and I want to know if its possible to do this in HTML/html5 with any plugins preferable by trusted companies like Google.
Thanks.
I have to question if you even looked ;)
https://developers.google.com/maps/documentation/javascript/tutorial
The Maps service was born on the web, of course that exists!

Categories

Resources