# getParsersByCategory

**Kind:** Function

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parser-registry.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parser-registry.ts#L173)

Get parser names by category
Note: API Schema parsers (openapi, graphql) are handled by the api-schema-parser microservice

## Signature

```ts
function getParsersByCategory(): Record<string, string[]>
```

**Returns:** `Record<string, string[]>`
