Skip to main content

TopicTrend

Nosible API Client


Nosible API Client / TopicTrend

Class: TopicTrend

Defined in: src/topicTrend/topicTrend.ts:34

Core classes for interacting with the Nosible AI Search API.

  • NosibleClient: Main client class for all API operations
  • Search: Represents a single search configuration with parameters
  • SearchSet: Collection of Search instances for batch operations
  • ResultSet: Collection of search results with analysis and export methods
  • WebPageData: Structured data from scraped web pages
  • TopicTrend: Analysis of topic popularity trends over time

Constructors

Constructor

new TopicTrend(data): TopicTrend

Defined in: src/topicTrend/topicTrend.ts:37

Parameters

data

TopicTrendRes

Returns

TopicTrend

Properties

data

data: TopicTrendRes

Defined in: src/topicTrend/topicTrend.ts:35

Methods

peakDate()

peakDate(): Date

Defined in: src/topicTrend/topicTrend.ts:41

Returns

Date