action scrapewebsite_get_v1_scrape_store_links_format { label: "Attempts to grab the google store url or the ios store url for a site, after searching through the site." provider: scrapewebsite method: GET path: "/v1/scrape_store_links.json" encoding: json input: { type: "object" properties: { website: { type: "string" } } required: ["website"] additionalProperties: false } output: { type: "object" additionalProperties: true } }