load_more_contacts
Load more contacts from a previous search result. Call when user says 'show more', 'load more', or 'more contacts/investors'. Routes automatically: query → direct waterfall; title+industry → company waterfall; investor=true → more investors. Pass offset = number of contacts already shown. Pass already_shown_urls for investors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Original search query (for direct contact search load more) | |
| title | No | Job title (for company waterfall or investor load more) | |
| offset | No | Number of contacts already shown | |
| industry | No | Industry (for company waterfall load more) | |
| investor | No | Set true to load more investors | |
| location | No | ||
| already_shown_urls | No | LinkedIn URLs already shown (investors only) |