Mangools/API

KWFinder

Keyword research API — search volumes, keyword difficulty, trends, competitor keywords, and keyword lists.

KWFinder is Mangools' keyword research tool. The API gives you programmatic access to the same keyword data that powers the KWFinder app: search volumes, keyword difficulty scores, CPC, trend history, competitor keyword profiles, and long-tail suggestions.

What you can do

  • Discover keywords — fetch related keyword suggestions for any seed keyword, filtered by location and language.
  • Analyze competitors — pull the keyword profile of any competing domain or URL.
  • Import and score keywords — submit your own keyword lists and get back metrics (volume, KD, CPC, trends).
  • Fetch SERP data — retrieve the SERP results for a keyword to see who is ranking.
  • Analyze keyword gaps — find keywords a competitor ranks for that you don't.
  • Manage keyword lists — create, update, and delete saved keyword lists via API.

Authentication

KWFinder endpoints require an API key passed as the x-access-token header. The shared location lookups are the exception — they are public. See Authentication for setup instructions.

Rate limits and credits

Each keyword lookup counts against your Keyword lookups limit. Duplicate requests within 24 hours are not counted. Use the Get limits endpoint to check remaining credits programmatically.

Endpoints

MethodEndpointPathQuota
GETGet related keywords list/kwfinder/related-keywordsPaid
GETGet list of keywords for domain or URL/kwfinder/competitor-keywordsPaid
POSTGet list of keywords for domain or URL (POST variant)/kwfinder/competitor-keywordsPaid
GETGet list of competitor domains/kwfinder/competitor-domainPaid
GETGet suggested keywords for URL/kwfinder/suggested-keywordsPaid
POSTGet details for a set of keywords/kwfinder/keyword-importsPaid
GETGet keyword details/kwfinder/serpsPaid
POSTExport keywords into CSV file/kwfinder/keywordsFree
GETGet history of lookups/kwfinder/requestsFree
GETGet trends/kwfinder/trendsFree
GETGet url-metrics for url/kwfinder/kd/url-metricsPaid
GETGet KD lookup history/kwfinder/kd/requestsFree
POSTKeyword Gap Analysis/kwfinder/gap-analysisPaid
GETGet current and free limits/kwfinder/limitsFree
GETGet all lists/kwfinder/listsFree
POSTAdd new list/kwfinder/listsFree
GETGet items in List, filter by list ID/kwfinder/lists/{list_id}Free
PATCHUpdate List name/kwfinder/lists/{list_id}Free
DELETERemove custom list/kwfinder/lists/{list_id}Free
POSTAdd new keywords to the list/kwfinder/lists/{list_id}/keywordsFree
DELETERemove keywords from the list/kwfinder/lists/{list_id}/keywordsFree
GETGet list of all locations/mangools/locationsFree
GETGet detail of location/mangools/locations/{location}Free

Endpoints marked Paid consume your lookup quota on every successful call. Free endpoints do not.

On this page