Envato Scraper

ENDPOINTS
GET/market/suggestions

Market Search Suggestions

Get popular search suggestions for a partial query, each with its search volume and category.

QUERY PARAMS

Partial search phrase to complete.

Examples:

  • admin
  • landing page

Envato Market site to use. A pasted link picks its own site, so this only matters for bare IDs and site-wide lists.

Default: themeforest

Allowed values: themeforest, codecanyon, videohive, audiojungle, graphicriver, photodune, 3docean

Only suggest within this category. Market category path or category link (see Market Categories).

Examples:

  • Path: wordpress/ecommerce
  • URL: https://themeforest.net/category/wordpress/ecommerce
{
  "site": "themeforest",
  "suggestions": [
    {
      "query": "admin",
      "popularity": 12495,
      "category": {
        "name": "HTML",
        "path": "site-templates",
        "link": "https://themeforest.net/category/site-templates"
      }
    },
    {
      "query": "admin",
      "popularity": 4539,
      "category": {
        "name": "WordPress",
        "path": "wordpress",
        "link": "https://themeforest.net/category/wordpress"
      }
    },
    {
      "query": "admin",
      "popularity": 1672,
      "category": {
        "name": null,
        "path": "psd-templates",
        "link": "https://themeforest.net/category/psd-templates"
      }
    },
    {
      "query": "admin",
      "popularity": 82556,
      "category": null
    },
    {
      "query": "admin template",
      "popularity": 9628,
      "category": null
    },
    {
      "query": "admin panel",
      "popularity": 8794,
      "category": null
    },
    {
      "query": "admin dashboard",
      "popularity": 4271,
      "category": null
    },
    {
      "query": "admin theme",
      "popularity": 3641,
      "category": null
    }
  ]
}