query ListScrapers($scraper_type: ScraperType!) { listScrapers(scraper_type: $scraper_type) { id name type urls supported_scrapes } } query ScrapePerformerList($scraper_id: ID!, $query: String!) { scrapePerformerList(scraper_id: $scraper_id, query: $query) { name url birthdate ethnicity country eye_color height measurements fake_tits career_length tattoos piercings aliases } } query ScrapePerformer($scraper_id: ID!, $scraped_performer: ScrapedPerformerInput!) { scrapePerformer(scraper_id: $scraper_id, scraped_performer: $scraped_performer) { name url twitter instagram birthdate ethnicity country eye_color height measurements fake_tits career_length tattoos piercings aliases } } query ScrapePerformerURL($url: String!) { scrapePerformerURL(url: $url) { name url twitter instagram birthdate ethnicity country eye_color height measurements fake_tits career_length tattoos piercings aliases } }