Skip to main content

Perform a search in Perplexity

Wrk Product avatar
Written by Wrk Product
Updated over 3 weeks ago

Perform a search in Perplexity.

Application

  • Perplexity

Inputs (what you have)

Name

Description

Data Type

Required?

Example

Search question

Questions you would like to search within Perplexity. Example: Who own’s Wrk Technolgies?

Text (Long)

Yes

Who own’s Wrk Technolgies

Search domain filters

A JSON array of domains to limit search results to. You can enter up to 10 domains to either allow or deny. To deny a domain add a - at the beginning of the domain string. Example: ["wrk.com"]

Text (Long)

No

["wrk.com", "-example.com"]

Search context size

Determines how much search context is retrieved for the model

Predefined Choice List

No

Low

Search recency

Filters search results based on time

Predefined Choice List

No

Week

User location latitude

The latitude of the location the search will come from. Example: 45.509060

Number with decimals

No

45.50906

User location longitude

The longitude of the location the search will come from. Example: -73.553360

Number with decimals

No

-73.55336

User location country

The two letter ISO country code of the location the search will come from. Example: CA

Text (Short)

No

CA

Return images?

Return a JSON array of image links associated with the search question

True/False

No

Return related questions?

Return a JSON array of related questions associated with the search question

True/False

No

JSON response schema

A JSON schema to format the response in. Example: {"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}

Text (Long)

No

{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}

Outputs (what you get)

Name

Description

Data Type

Required?

Example

Search response

Response from the AI model regarding the search query

Text (Long)

No

The owners are Wrk Technologies are..

Citations

JSON array of URLs related to the citations in the search response

Text (Long)

No

Related images JSON

JSON array of image links associated with the search question

Text (Long)

No

[{"image_url":"https://oxfamilibrary.openrepository.com/bitstream/10546/111960/5/background-research-paper-predicted-climate-change-impacts-greatest-relevance-oxfam-250810-en.pdf.jpg","origin_url":"Background Research Paper on the Predicted Climate Change Impacts of Greatest Relevance to Oxfam - Oxfam Policy & Practice ","height":516,"width":365}]

Related questions JSON

JSON array of related questions associated with the search question

Text (Long)

No

["What are the key findings from the latest IPCC report"]

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

Requirements

  • N/A

Did this answer your question?