JD Parser Agent
restAn AI agent that autonomously scans and parses job descriptions to extract, structure, and standardize key information for recruitment systems. (by Accenture)
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "c87a17df-215c-43f0-9721-a37e5c08281c" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"c87a17df-215c-43f0-9721-a37e5c08281c",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/c87a17df-215c-43f0-9721-a37e5c08281c/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/0acc34cb-abca-4319-bdc7-84b22aab67c8/Example usage
“ext:google-agentfinder:0acc34cb-abca-4319-bdc7-84b22aab67c8”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/c87a17df-215c-43f0-9721-a37e5c08281c
{
"name": "JD Parser Agent",
"description": "An AI agent that autonomously scans and parses job descriptions to extract, structure, and standardize key information for recruitment systems. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"human_resources",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/0acc34cb-abca-4319-bdc7-84b22aab67c8/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:0acc34cb-abca-4319-bdc7-84b22aab67c8"
}c87a17df-215c-43f0-9721-a37e5c08281cListed: Mar 24, 2026Related Agents
Parsing Agent–Data Extraction Agent
An AI agent that automatically parses and extracts structured data from resumes and job descriptions to streamline the hiring process. (by Accenture)
ParsingAgent – Data Extraction Agent
An AI agent that automatically extracts structured data from resumes and job descriptions to streamline the recruitment process. (by Accenture)
Resume Parser Agent
An AI agent that automates the hiring process by parsing resumes to extract, structure, and enrich candidate data. (by Accenture)
Job Description Analyzer Agent
An AI-powered agent that automatically parses unstructured job descriptions and converts them into structured data using a standardized skill taxonomy. (by Wipro Limited)