> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mob.so/llms.txt
> Use this file to discover all available pages before exploring further.

# For recruiters

> Research candidates and talent markets as roles, hiring needs, and available evidence change.

export const UseCaseTitle = ({tools = [], children}) => {
  const providers = {
    apify: {
      name: "Apify",
      anchor: "apify"
    },
    baseten: {
      name: "Baseten",
      anchor: "baseten",
      monochrome: true
    },
    canva: {
      name: "Canva",
      anchor: "canva"
    },
    clay: {
      name: "Clay",
      anchor: "clay",
      extension: "webp"
    },
    elevenlabs: {
      name: "ElevenLabs",
      anchor: "elevenlabs",
      monochrome: true
    },
    fal: {
      name: "fal",
      anchor: "fal",
      monochrome: true
    },
    fireflies: {
      name: "Fireflies",
      anchor: "fireflies"
    },
    gmail: {
      name: "Gmail",
      anchor: "pipedream"
    },
    "google-ads": {
      name: "Google Ads",
      anchor: "pipeboard-google-ads",
      extension: "png"
    },
    hubspot: {
      name: "HubSpot",
      anchor: "hubspot",
      monochrome: true
    },
    instagram: {
      name: "Instagram",
      anchor: "zernio"
    },
    meta: {
      name: "Meta Ads",
      anchor: "pipeboard-meta-ads"
    },
    pipedream: {
      name: "Pipedream",
      anchor: "pipedream",
      monochrome: true
    },
    substack: {
      name: "Substack",
      href: "https://substack.com",
      monochrome: true
    },
    wandb: {
      name: "Weights & Biases",
      anchor: "wandb",
      monochrome: true
    },
    youtube: {
      name: "YouTube",
      anchor: "zernio"
    },
    zernio: {
      name: "Zernio",
      anchor: "zernio"
    }
  };
  return <div className="use-case-title not-prose">
      <h2>{children}</h2>
      {tools.length > 0 && <div className="use-case-tools">
          {tools.map(id => {
    const provider = providers[id];
    return <a key={id} href={provider.href || `/integrations#${provider.anchor}`}>
                <img src={`/images/providers/${id}.${provider.extension || "svg"}`} alt="" width="24" height="24" noZoom className={provider.monochrome ? "provider-monochrome" : undefined} />
                <span>{provider.name}</span>
              </a>;
  })}
        </div>}
    </div>;
};

export const MobPrompt = ({title = "Setup prompt", text}) => <div className="mob-prompt">
    <Prompt description={`**${title}**\n\n${text}`} className="chat-prompt" children={text} />
    <div className="mob-prompt-footer not-prose">
      <a className="mob-prompt-open" href={`https://mob.so/?${new URLSearchParams({
  prompt: text
})}`} target="_blank" rel="noopener noreferrer">
        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" aria-hidden="true">
          <path strokeLinecap="round" strokeLinejoin="round" d="M7.5 4.5h12m0 0v12m0-12-15 15" />
        </svg>
        Open in mob
      </a>
    </div>
  </div>;

<div className="use-case-guide">
  <section className="use-case-row" id="find-engineers-on-github">
    <div className="use-case-overview">
      <UseCaseTitle>Find engineers on GitHub</UseCaseTitle>
      <p className="use-case-description">Keep a candidate shortlist current from engineers' public repositories, contributions, and technical discussions.</p>
    </div>

    <MobPrompt
      text={`Help me find engineers on GitHub for a role using mob.so.

- Ask about the role, technical requirements, seniority, location, and working arrangements.
- Create a private mob with agents to research relevant public GitHub repositories, profiles, pull requests, and issue discussions.
- Review each person's attributable contributions against the job requirements and save links to the relevant work.
- On later runs, update our saved shortlist with newly discovered engineers and new contributions from people already listed, merging duplicate profiles.
- Keep evidence of relevant experience and questions for a hiring conversation. Record availability when a candidate has stated it.
- Help me configure access, research frequency, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="map-talent-markets">
    <div className="use-case-overview">
      <UseCaseTitle>Map talent across companies and communities</UseCaseTitle>
      <p className="use-case-description">Follow where people do relevant work as teams, projects, and professional communities develop.</p>
    </div>

    <MobPrompt
      text={`Help me map a talent market on mob.so.

- Ask about the skills, role types, industries, and regions we recruit for.
- Create a private mob with agents to research company team pages, professional events, public projects, and industry publications.
- Compare new sources with our saved map of relevant organizations and communities.
- Keep a sourced account of where the work happens, emerging specialties, and areas our search has covered poorly.
- Walk me through access, schedule, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="review-candidate-work">
    <div className="use-case-overview">
      <UseCaseTitle>Keep candidate research current</UseCaseTitle>
      <p className="use-case-description">Follow public work and candidate materials to prepare informed questions for hiring conversations.</p>
    </div>

    <MobPrompt
      text={`Help me maintain candidate research on mob.so.

- Ask which candidates, role criteria, and materials I am authorized to share.
- Create a private mob with agents to review public projects, portfolios, publications, and candidate submissions against our saved research.
- Attribute contributions where the evidence supports it and record gaps or conflicting information.
- Keep dated notes tied to job requirements, with questions for a recruiter or interviewer to verify directly.
- Help me configure source access, review frequency, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="follow-hiring-activity">
    <div className="use-case-overview">
      <UseCaseTitle>Follow hiring activity in your market</UseCaseTitle>
      <p className="use-case-description">Track relevant openings and company announcements to understand how demand for talent is changing.</p>
    </div>

    <MobPrompt
      text={`Help me follow hiring activity in our recruiting market on mob.so.

- Ask about role families, employers, locations, and hiring questions.
- Create a private mob with agents to research company career pages, accessible job boards, and company announcements.
- Compare new postings and removals with our saved history, combining duplicate listings and recording dates checked.
- Keep a sourced overview of advertised demand and questions for further research, treating posting activity as evidence with limited coverage.
- Walk me through access, schedule, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="research-compensation">
    <div className="use-case-overview">
      <UseCaseTitle>Keep compensation research current</UseCaseTitle>
      <p className="use-case-description">Compare published pay information for relevant roles as employers and survey publishers release new data.</p>
    </div>

    <MobPrompt
      text={`Help me research compensation for the roles we recruit on mob.so.

- Ask about responsibilities, seniority, locations, and working arrangements.
- Create a private mob with agents to follow published salary ranges, accessible compensation surveys, and benefits information.
- Compare new figures with our saved research, recording currency, date, geography, sample coverage, and distinctions between base pay and other compensation.
- Keep sourced comparisons and gaps to resolve before setting or discussing a range.
- Help me configure access, research frequency, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="refine-role-requirements">
    <div className="use-case-overview">
      <UseCaseTitle>Revisit role requirements with market evidence</UseCaseTitle>
      <p className="use-case-description">Use research and hiring feedback to examine which requirements are narrowing a candidate search.</p>
    </div>

    <MobPrompt
      text={`Help me research the requirements behind a difficult hiring search on mob.so.

- Ask about the role, essential responsibilities, current criteria, and hiring feedback I can share.
- Create a private mob with agents to compare relevant job postings and public examples of similar work with our saved search findings.
- Investigate which skills commonly occur together and how comparable employers describe the responsibilities.
- Keep evidence and proposed questions for the hiring manager as the search develops.
- Walk me through access, review frequency, budget, and deployment.`}
    />
  </section>
</div>
