# swedishactors.se > Swedish Actors is a talent agency representing professional Swedish actors for film, TV, and theatre productions worldwide. ## What this site offers - **Actor profiles** with credits, skills, languages, showreels, and headshots - **AI-powered casting search** that matches natural language briefs to actors using semantic search and cross-encoder reranking ## For AI agents ### Browse actor profiles Each actor has a markdown profile available at: `https://swedishactors.vercel.app/actors/{slug}.md` For a complete list of all actors with their slugs, see: - [Full actor catalog](https://swedishactors.vercel.app/llms-full.txt) ### Search for actors Send a natural language casting brief to find matching actors: ``` POST https://swedishactors.vercel.app/api/agent/search Content-Type: application/json { "brief": "Female, late 20s, fluent English, comedic timing, theatre experience" } ``` Returns markdown-formatted results with ranked matches, scores, and justifications. **Rate limit:** 10 requests/minute per IP. ## Site info - **Website:** https://swedishactors.vercel.app - **Contact:** https://swedishactors.vercel.app/contact - **Type:** Talent agency - **Location:** Stockholm, Sweden