research_business_for_linkedin_targeting

LinkedIn Ads Read

User wants targeting recommendations based on their business

Endpoint

POST https://api.adspirer.ai/api/v1/tools/research_business_for_linkedin_targeting/execute

Headers

Description

User wants targeting recommendations based on their business. Analyze a business to derive appropriate LinkedIn targeting recommendations. What this tool does: - Analyzes business website URL and description - Identifies likely target audience based on business vertical - Recommends seniority levels, job functions, industries, company sizes - Suggests job titles and interests to search for Parameters: - website_url: Business website URL (required) - business_description: What the business does (optional) - ideal_customer_description: Who they want to reach (optional) - competitors: List of competitor names/websites (optional) Returns: - Recommended seniority URNs (copy directly) - Recommended company size URNs (copy directly) - Industry recommendations - Job function recommendations - Job title suggestions (use with search_linkedin_targeting) - Interest suggestions Example Prompts: - "Suggest LinkedIn targeting for my marketing SaaS" - "Who should I target for my HR software on LinkedIn?" - "Help me set up LinkedIn targeting for my B2B product" Execution time: 1-2 seconds

Request body

All tool arguments are wrapped in an arguments object.

FieldTypeDescription
website_urlstring requiredCustomer's website URL to analyze for targeting recommendations
business_descriptionstring optionalOptional description of what the business does
ideal_customer_descriptionstring optionalOptional description of who the business wants to reach
competitorsarray optionalOptional list of competitor names or websites

Example request

{
  "arguments": {
    "website_url": "https://example.com",
    "business_description": "string",
    "ideal_customer_description": "string",
    "competitors": [
      "string"
    ]
  }
}

Example responses

200 — Success

{
  "success": true,
  "data": {
    "text": "(tool-specific textual output for research_business_for_linkedin_targeting)",
    "quota": {
      "used": 42,
      "limit": 150,
      "tier": "plus",
      "period_end": "2026-05-01"
    }
  },
  "tool": "research_business_for_linkedin_targeting"
}

400 — Tool-level error (bad arguments / multi-account selection)

{
  "success": false,
  "error": "You have 25 meta_ads accounts connected. Please specify which account to use by passing the ad_account_id parameter:\n  - Acme Holdings (ad_account_id=\"act_123456789\")\n  - Acme EU (ad_account_id=\"act_987654321\")",
  "is_error": true,
  "tool": "research_business_for_linkedin_targeting"
}

402 — Quota exhausted

{
  "success": false,
  "error": "\ud83d\udea8 Monthly limit reached (150/150 tool calls on Plus tier).\nUpgrade to Pro at https://adspirer.ai to keep building.",
  "is_error": true,
  "tool": "research_business_for_linkedin_targeting",
  "quota": {
    "used": 150,
    "limit": 150,
    "tier": "plus",
    "period_end": "2026-05-01",
    "upgrade_url": "https://adspirer.ai"
  }
}

Try it live


Adspirer REST API — get an API key at adspirer.ai/keys · adspirer.ai