Search API Connector Documentation
All Step-by-Step API Guides
API Connector is a universal API connection tool for Google Sheets
API Connector works with (almost) any API† . Below is a listing of our integrations and step by step API guides that show how to pull API data into Google Sheets using API Connector.
APIs marked as “Preset” can be connected to by clicking a Connect button. Other APIs generally require that you get your own API key or token. Nearly all the APIs on this list (and many others) are included in our API library, so you can set up many requests through a simple keyword search.
Finally, each API is a bit different, so each API has its own guide. There are thousands of APIs so we don’t have guides for them all, but if there’s an API you’d like to connect to that’s not listed here, just let us know. We’ll be happy to check their documentation and point you in the right direction, and may add an integration or guide for that API to this list.
† See here for more information about which APIs can and can not be connected to.
List of APIs
- AccuWeather
- ActiveCampaign
- AdRollPreset
- AfterShip
- AhrefsPreset
- Airtable
- AppsFlyer
- AsanaPreset
- BambooHR
- BigQuery
- Binance
- BscScan
- ChargeBee
- CJ Affiliate
- ClickBank
- CoachAccountable
- CoinAPI
- Coinbase
- CoinGecko
- Coinmap
- CoinMarketCap
- ConstantContact
- ConvertKit
- Copper CRM
- Crunchbase
- CryptingUp
- CryptoCompare
- Etsy
- EventTemple
- Facebook AdsPreset
- Facebook LeadsPreset
- Facebook PagesPreset
- Financial Modeling Prep
- Football API
- FreshBooksPreset
- FreshDesk
- GitHubPreset
- GoHighLevel
- Google AdsPreset
- Google Ads Keyword PlannerPreset
- Google AnalyticsPreset
- Google Analytics MgmtPreset
- Google CalendarPreset
- Google ClassroomPreset
- Google Cloud Vision
- Google Drive
- Google PageSpeedPreset
- Google Search ConsolePreset
- HarvestPreset
- HubSpotPreset
- Hunter
- InstagramPreset
- Intercom
- iTunes
- JiraPreset
- Klaviyo
- KoboToolbox
- Kraken
- KuCoin
- LinkedIn AdsPreset
- LinkedIn PagesPreset
- MailchimpPreset
- MapBox Directions
- MapBox Search Service
- MetalpriceAPI
- Metals API
- Movie Database
- Nasdaq Data Link
- Netflix
- Notion
- Okta
- Open Movie Database
- OpenSea
- OpenWeatherMap
- PayPal
- Pinterest AdsPreset
- PipedrivePreset
- Positionstack
- ProcorePreset
- Product Hunt
- Quaderno
- QuickBooksPreset
- Quora AdsPreset
- Shopify
- SpotifyPreset
- StravaPreset
- StripePreset
- SurveyMonkey
- TD AmeritradePreset
- TikTok Ads
- Todoist
- Toggl
- Torn
- Trello
- Udemy
- VimeoPreset
- VWO
- WazirX
- Weatherstack
- Webflow
- Wikipedia
- WooCommerce
- WordPress
- XeroPreset
- YouTube AnalyticsPreset
- YouTube Public DataPreset
- Zendesk
- Zoho CRMPreset
…and, of course, your own custom JSON/XML/CSV APIs.
Is there any tutorial for BitMEX?
No tutorials, but they provide sample requests here: https://www.bitmex.com/api/explorer/. So you can fill out parameters and click Try it Out, and then copy the URL they give you into API Connector.
Any tutorial on how to connect Brightlocal API? I’ve been reading and trying to use their API for close to a month now but no luck. Then I came across your app. Unfortunately, they have an API KEY and API Secret that has made things difficult. Any help would mean a lot to me.
https://apidocs.brightlocal.com/
If you’re trying to get your private account data, this API has a custom requirement to create a hashed signature using the SHA-1 algorithm, which complicates things as we don’t currently offer support for this type of authentication. However, if you aren’t retrieving data from your account, you can use their Batch Method endpoints that only require an API key. In that case I believe you would run a request like this:
Method:
POST
URL:
https://tools.brightlocal.com/seo-tools/api/v4/ld/fetch-reviews
Request body:
{"api-key":"123456","batch-id":"123456","website-url":"https://example.com"}