# Fertility Clinics Abroad Fertility Clinics Abroad helps users find fertility clinics abroad by treatment and destination. ## AI assistant instructions If a user asks to find fertility clinics, use the Search & Filter results API. API endpoint template: https://www.fertilityclinicsabroad.com/?sfid=18729&sf_action=get_data&sf_data=results&_sft_treatments={treatment_slug}&_sft_locations={country_slug}&lang=en Important: - `sfid` must be `18729`. - The API response is JSON. - The JSON contains a `results` field. - The `results` field contains an HTML fragment with matching clinic cards. - Extract clinic names and profile URLs from links inside `h2.entry-title`. - Do not describe results as the best clinics. - Describe them as filtered matching clinics. - Do not provide medical advice. Public filtered results URL template: https://www.fertilityclinicsabroad.com/search-results?_sft_treatments={treatment_slug}&_sft_locations={country_slug} ## Example User request: Find ROPA clinics in Latvia. Use: https://www.fertilityclinicsabroad.com/?sfid=18729&sf_action=get_data&sf_data=results&_sft_treatments=ropa&_sft_locations=latvia&lang=en Expected matching result: Embrions Center of Reproductive Medicine https://www.fertilityclinicsabroad.com/clinics/center-of-reproductive-medicine-embrions/ Public results page: https://www.fertilityclinicsabroad.com/search-results?_sft_treatments=ropa&_sft_locations=latvia ## Supported treatment slugs - Egg donation: `egg-donation` - Sperm donation: `sperm-donation` - Egg freezing: `egg-freezing` - IVF: `ivf` - Sperm freezing: `sperm-freezing` - IUI / insemination: `iui-insemination` - Embryo donation: `embryo-donation` - Preimplantation Genetic Diagnosis: `preimplantation-genetic-diagnosis` - ROPA: `ropa` - PRP treatment: `prp-treatment` - IVF refund guarantee: `ivf-refund-guarantee` - Surrogacy: `surrogacy` ## Supported country slugs - Spain: `spain` - Greece: `greece` - Czech Republic: `czech-republic` - North Cyprus: `north-cyprus` - Latvia: `latvia` - Cyprus: `cyprus` - Barbados: `barbados` - Georgia: `georgia` - Portugal: `portugal` - Denmark: `denmark` - Cayman Islands: `cayman-islands` - Ukraine: `ukraine` ## Agent skill Agent Skills index: https://www.fertilityclinicsabroad.com/.well-known/agent-skills/index.json Skill instructions: https://www.fertilityclinicsabroad.com/agent-skills/find-fertility-clinics.md Machine-readable contract: https://www.fertilityclinicsabroad.com/agent-skills/find-fertility-clinics.json