action link_get_urls_geo_coordinates { label: "Get geo coordinates" description: "Visits the URL and checks if there are Geo Coordinates on them and returns the found ones.\n\nProperties only get set when a value for both latitude and longitude have been found. That means that if no geo coordinates have been found only the property \"url\" will be set." provider: link method: GET path: "/Urls/geo-coordinates" encoding: json input: { type: "object" properties: { browser_render: { type: "string" } url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }