# Artstation.com US Artist Profiles and Emails

**Use case:** 

Access detailed profiles and email addresses of ArtStation artists based in the US who are available for permanent work. This task extracts usernames, bios, social links, and portfolios, making it easy to connect with top talents in the art community. Filter results by available skills and project galleries to find the right artist for your project needs.

## Input

```json
{
  "countriesInclude": [
    "US"
  ],
  "availability": [
    "permanent"
  ],
  "maxItemsPerUrl": 9990
}
```

## Output

```json
{
  "search_url": {
    "label": "Search URL",
    "format": "link"
  },
  "source_page": {
    "label": "Source Page",
    "format": "number"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "full_name": {
    "label": "Full Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "followers_count": {
    "label": "Followers",
    "format": "number"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "software": {
    "label": "Software",
    "format": "text"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "link"
  },
  "total_count_from_api": {
    "label": "Total from API",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date-time"
  },
  "user_id": {
    "label": "User ID",
    "format": "number"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "instagram_url": {
    "label": "Instagram",
    "format": "link"
  },
  "twitter_url": {
    "label": "Twitter",
    "format": "link"
  },
  "social_urls": {
    "label": "Social URLs",
    "format": "text"
  },
  "projects_count_page1": {
    "label": "Projects",
    "format": "number"
  },
  "project_urls_page1": {
    "label": "Project URLs",
    "format": "text"
  },
  "project_image_urls_page1": {
    "label": "Project Images",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ArtStation.com Artist Profile & Email Scraper](https://apify.com/dionysus_way/artstation.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dionysus_way/artstation.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/dionysus_way/artstation.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
