Skip to main content

Geocode addresses with Positionstack api

  • September 23, 2022
  • 2 replies
  • 15 views

Forum|alt.badge.img+7
  • Known Participant
  • 27 replies

Hello, i have an airtable table where i have addresses, i am looking to get coodinates (lat-long) from them, after doing many researches i found some paid airatble extensions but also a platform called positionstack that offer a free plan to achieves geocoding. They have an api to do it remotely.

seems that it need to call it from airtable but i don not have any idea how to do it,

here is an example for google sheet :
https://api.positionstack.com/v1/forward?access_key=YOUR-API-KEY&query=+++sheet_name!C2:C11+++

Any idea how to do this on airtable ?

here the api doc page : API Documentation - positionstack

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9808 replies
  • September 23, 2022

That’s cool! What are you going to be using the geocoding for?

To make API calls from Airtable, you can either:
(1) write your own JavaScript scripts,
(2) use the DataFetcher.com extension, or
(3) use the HTTP tool from Make.com.

There might be other tools that offer this functionality, too.


TheTimeSavingCo
Forum|alt.badge.img+31
  • Brainy
  • 6460 replies
  • September 26, 2022

Hey Jan, if you’re comfortable with scripting you can just use fetch and grab it. You can either do it via a scripting extension and activate it with a button, or, if you’re on a Pro plan, with an automation and run a script

If you’re not comfortable with scripting, you should use one of the options Scott mentioned such as Make or Datafetcher