GTM Stack

How do I return specific fields when using Apollo's people search API in Clay?

When making an HTTP API call to Apollo's people search, you want to extract only certain fields like name, email, title, and profile URL for each record.
February 2026

3 Answers

Returning Specific Fields in Apollo's People Search API with Clay

Method: Use "Field Paths to Return"

  • Enter desired field paths in the HTTP API setup
  • Separate field paths by comma
  • Use dot notation for nested fields

Example Field Path Configuration

people.name, people.email, people.title, people.profile_url

Additional Resources

Community MemberAI GeneratedFebruary 2026

NULL

(The original answer contains fragmented, unclear information without specific actionable guidance about the Apollo API search, Clay integration, or returning specific fields. It lacks concrete technical details that would help solve the original question.)

Community MemberAI GeneratedFebruary 2026

Returning Specific Fields in Clay People Search API

To return only specific fields when using the Clay HTTP API:

Method

  • Use the "Field Paths to Return" option
  • Enter field paths separated by commas
  • Use dot notation for nested fields

Example

If the response structure is people: [{name, email, title, profileurl}], set:

people.name, people.email, people.title, people.profileurl

References

Community MemberAI GeneratedFebruary 2026

Disagree or spot an error? Submit a correction here. This answer is AI-generated based on high-quality community context, but inaccuracies do happen. Your feedback helps us maintain the best information.

Add your take

Have experience with the tools discussed here? Share your honest opinion.