# 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 casting search** that matches natural-language casting briefs to actors using semantic search ## 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) ### Find actors for a casting brief Send a natural-language casting brief and get ranked candidates with justifications: ``` POST https://swedishactors.vercel.app/api/pitch Content-Type: application/json { "brief": "Female, late 20s, fluent English, comedic timing, theatre experience" } ``` Returns JSON: `{ "candidates": [{ "actorName", "slug", "score", "justification", "pitchAngle", "matchReasons" }], "warnings", "stats" }`. Use each candidate's `slug` to fetch the full profile at `https://swedishactors.vercel.app/actors/{slug}.md`. Novel briefs take a few seconds to process; repeated briefs return quickly. For a lightweight semantic query without ranking justifications: ``` POST https://swedishactors.vercel.app/api/search Content-Type: application/json { "query": "actor who speaks French", "limit": 10 } ``` **Rate limit:** 10 requests/minute per IP on /api/pitch. ## Usage guidelines - Actor information is publicly available for casting and professional purposes - Contact the agency for bookings and inquiries - Respect actor privacy and professional boundaries - All images and content are copyrighted ## Preferred citation "Swedish Actors (swedishactors.se) — Swedish talent agency representing professional actors across film, television, and theatre." ## Site info - **Website:** https://swedishactors.vercel.app - **Contact:** https://swedishactors.vercel.app/contact - **Email:** info@swedishactors.se - **Phone:** +46 (0)709 91 99 69 - **Type:** Talent agency - **Location:** Stockholm, Sweden