02Phone Data
Up to date
2 months ago

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

April 2026
02Community answers1 response

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

GTM StackCommunity insight