---
name: "xpay-coresignal-coresignal-employee-posts-search-filter"
description: "Search for professional network posts using filters like author profile URL or keywords. Pass filters in the request body (not a post URL). Returns an array of numeric post IDs (e.g., [\"7431869637207928834\", ...]). Use these IDs with the 'Employee Posts Collect' endpoint to get full post content."
version: "1.0.0"
price: "$0.12/call"
provider: "Coresignal"
---

# Coresignal Employee Posts Search Filter

Search for professional network posts using filters like author profile URL or keywords. Pass filters in the request body (not a post URL). Returns an array of numeric post IDs (e.g., ["7431869637207928834", ...]). Use these IDs with the 'Employee Posts Collect' endpoint to get full post content.

**Provider:** Coresignal
**Price:** $0.12/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to search for professional network posts using filters like author profile url or keywords. pass filters in the request body (not a post url). returns an array of numeric post ids (e.g., ["7431869637207928834", ...]). use these ids with the 'employee posts collect' endpoint to get full post content.. This is part of the Coresignal provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 20+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("coresignal/coresignal_employee_posts_search_filter")`
2. **`xpay_run`** — Execute: `xpay_run("coresignal/coresignal_employee_posts_search_filter", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `date_published_gte` | string | No | Posts published on or after this date, format YYYY-MM-DD (e.g., '2025-01-01') |
| `author_profile_url` | string | No | Professional network profile URL of the post author |
| `article_body` | string | No | Keywords to search within post content (e.g., 'artificial intelligence', 'hiring') |
| `date_published_lte` | string | No | Posts published on or before this date, format YYYY-MM-DD (e.g., '2025-12-31') |

## Pricing

- **Cost:** $0.12/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Coresignal (all tools)](https://xpay.tools/skills/coresignal/SKILL.md) — 21 tools
- [Coresignal Base Company Collect By Url](https://xpay.tools/skills/coresignal/coresignal-base-company-collect-by-url/SKILL.md) — $0.22/call
- [Coresignal Base Jobs Search Filter](https://xpay.tools/skills/coresignal/coresignal-base-jobs-search-filter/SKILL.md) — $0.12/call
- [Coresignal Clean Employee Collect](https://xpay.tools/skills/coresignal/coresignal-clean-employee-collect/SKILL.md) — $0.22/call
- [Coresignal Clean Company Enrich](https://xpay.tools/skills/coresignal/coresignal-clean-company-enrich/SKILL.md) — $0.22/call
- [Coresignal Clean Company Collect](https://xpay.tools/skills/coresignal/coresignal-clean-company-collect/SKILL.md) — $0.12/call

## Links

- Tool page: https://xpay.tools/coresignal/coresignal-employee-posts-search-filter/
- Provider: https://xpay.tools/coresignal/
- All tools: https://xpay.tools/explore
