discover_creators_to_file
Export creator search results to a CSV file, automatically fetching multiple pages. Returns the file path and summary stats for easy use.
Instructions
Search creators and save results directly to a CSV file on disk. Fetches multiple pages automatically (up to 10 pages / 500 creators). Returns the file path and summary stats instead of raw data. Costs 0.01 credits per creator returned. Use this when the user wants to save, export, or download a list of creators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Number of pages to fetch (1-10, 50 creators per page) | |
| filters | No | Structured filters (same schema as discover_creators) | |
| sort_by | No | Sort field: relevancy, engagement_rate, number_of_followers, growth_rate. Can be combined with ai_search | relevancy |
| filename | No | Optional custom filename (without extension). Defaults to auto-generated. | |
| platform | Yes | Social media platform to search | |
| ai_search | No | AI-powered semantic search (3-150 chars). Can be combined with any sort_by. | |
| sort_order | No | Sort direction: asc or desc (relevancy only supports desc) | desc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |