Similarweb keyword ideas scraper avatar
Similarweb keyword ideas scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Similarweb keyword ideas scraper

Similarweb keyword ideas scraper

Scrape keyword ideas with search volume, clicks, zero clicks rate, keyword difficulty etc from similarweb

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Supreme Coder

Supreme Coder

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

10 days ago

Last modified

Categories

Share

This actor scrapes keyword ideas from SimilarWeb Pro's Keyword Generator API. It takes seed keywords and generates related keyword suggestions with metrics like volume, CPC, competition, and difficulty.

Features

  • Generate keyword ideas from seed keywords
  • Support for multiple seed keywords in one run
  • Pagination support (fetch multiple pages per keyword)
  • Extract metrics: volume, CPC, competition, difficulty, trend
  • Support for different match types (Broad, Phrase, Exact)

Input

The actor accepts the following input parameters:

Required

  • keywords (array): List of seed keywords to generate ideas for

Optional

  • webSource (string): Traffic source - "Total", "Desktop", or "Mobile" (default: "Total")
  • sort (string): Field to sort by (default: "windowVolume")
  • asc (boolean): Sort in ascending order (default: false)
  • type (string): Match type - "Broad", "Phrase", or "Exact" (default: "Broad")

Output

The actor outputs keyword ideas with the following fields:

  • inputKeyword: The seed keyword used to generate this idea
  • keyword: The suggested keyword
  • volume: Search volume for the keyword
  • cpc: Cost per click (if available)
  • competition: Competition level (if available)
  • difficulty: Keyword difficulty (if available)
  • trend: Trend data (if available)
  • type: Match type
  • rawData: Raw API response data

Example Input

{
"keywords": ["converter", "calculator", "tool"],
"cookies": [
{
"name": "sgID",
"value": "your-cookie-value"
},
{
"name": ".SGTOKEN.SIMILARWEB.COM",
"value": "your-token-value"
}
],
"type": "Broad"
}