# Find Companies Hiring Content and Communications Roles

**Use case:** 

Searches live job postings for editorial roles, resolves the real employer behind each posting and filters out staffing agencies.

## Input

```json
{
  "mode": "discover_jobs",
  "domains": [
    "stripe.com"
  ],
  "company_names": [],
  "keywords": [
    "copy editor",
    "proofreader",
    "content editor"
  ],
  "country": "us",
  "lookback_days": "30",
  "max_results": "25",
  "max_pages": "1",
  "new_postings_only": "false",
  "remote_only": "false",
  "exclude_staffing": "true",
  "exclude_marketplaces": "true",
  "extra_marketplaces": [],
  "fetch_posting_page": "true",
  "target_contacts": "3",
  "target_roles": [],
  "deny_tokens": [],
  "company_concurrency": "6",
  "contact_concurrency": "3",
  "max_spend_usd": "10",
  "job_titles": [],
  "seniority": [],
  "departments": [],
  "include_email": "false",
  "verify_email": "true",
  "verify_position": "true",
  "personalize": "true",
  "score_icp": "true",
  "icp_preset": "editorial_services",
  "min_icp_score": "45",
  "extra_exclude_names": [],
  "include_social": "true",
  "source_timeout_secs": "30",
  "skip_cache": "false",
  "source_tag": "b2b-prospect-engine:find-companies-hiring-content-and-communications-roles"
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "row_type": {
    "label": "Row Type",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "employer_name": {
    "label": "Employer Name",
    "format": "string"
  },
  "employer_confidence": {
    "label": "Employer Confidence",
    "format": "integer"
  },
  "needs_review": {
    "label": "Needs Review",
    "format": "boolean"
  },
  "job_title": {
    "label": "Job Title",
    "format": "string"
  },
  "signal_type": {
    "label": "Signal Type",
    "format": "string"
  },
  "signal_strength": {
    "label": "Signal Strength",
    "format": "string"
  },
  "icp_score": {
    "label": "Icp Score",
    "format": "integer"
  },
  "icp_tier": {
    "label": "Icp Tier",
    "format": "string"
  },
  "company_linkedin_url": {
    "label": "Company Linkedin Url",
    "format": "string"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "integer"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "hq_location": {
    "label": "Hq Location",
    "format": "string"
  },
  "contact_full_name": {
    "label": "Contact Full Name",
    "format": "string"
  },
  "contact_title": {
    "label": "Contact Title",
    "format": "string"
  },
  "contact_linkedin_url": {
    "label": "Contact Linkedin Url",
    "format": "string"
  },
  "contact_email": {
    "label": "Contact Email",
    "format": "string"
  },
  "contact_email_status": {
    "label": "Contact Email Status",
    "format": "string"
  },
  "data_completeness": {
    "label": "Data Completeness",
    "format": "integer"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Prospect Engine: B2B Company and Contact Enrichment](https://apify.com/mambalabs/b2b-prospect-engine.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/b2b-prospect-engine.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mambalabs/b2b-prospect-engine.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
