> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /behance/users/search

> Search Behance creatives (people)

**Price:** 5 credits per 48 results



## OpenAPI

````yaml /openapi/social-media.json post /api/behance/users/search
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/behance/users/search:
    post:
      tags:
        - /behance
      summary: /behance/users/search
      description: |-
        Search Behance creatives (people)

        **Price:** 5 credits per 48 results
      operationId: __api_behance_users_search_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BehanceUsersSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BehanceUserBrief'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    BehanceUsersSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        keyword:
          anyOf:
            - type: string
              minLength: 1
            - type: 'null'
        sort:
          $ref: '#/components/schemas/BehanceUserSort'
          default: Recommended
        creative_field:
          anyOf:
            - $ref: '#/components/schemas/BehanceCreativeField'
            - type: 'null'
        availability:
          anyOf:
            - $ref: '#/components/schemas/BehanceAvailability'
            - type: 'null'
        country:
          anyOf:
            - type: string
            - type: 'null'
        state:
          anyOf:
            - type: string
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        count:
          type: integer
          minimum: 1
      type: object
      required:
        - count
    BehanceUserBrief:
      properties:
        '@type':
          type: string
          default: BehanceUserBrief
        id:
          type: integer
        alias:
          anyOf:
            - type: string
            - type: 'null'
        display_name:
          anyOf:
            - type: string
            - type: 'null'
        first_name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        is_creator_pro:
          type: boolean
          default: false
        is_featured_freelancer:
          type: boolean
          default: false
        is_available_freelance:
          type: boolean
          default: false
        is_available_full_time:
          type: boolean
          default: false
        is_verified_on_linkedin:
          type: boolean
          default: false
        location:
          anyOf:
            - type: string
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        state:
          anyOf:
            - type: string
            - type: 'null'
        country:
          anyOf:
            - type: string
            - type: 'null'
        company:
          anyOf:
            - type: string
            - type: 'null'
        follower_count:
          anyOf:
            - type: integer
            - type: 'null'
        appreciation_count:
          anyOf:
            - type: integer
            - type: 'null'
        view_count:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    BehanceUserSort:
      type: string
      enum:
        - Recommended
        - Most Followed
        - Curated
        - Most Appreciated
        - Most Viewed
        - Most Recent
    BehanceCreativeField:
      type: string
      enum:
        - 3D Art
        - 3D Modeling
        - 3D Motion
        - Advertising
        - Advertising Photography
        - Animation
        - App Design
        - Apparel
        - AR/VR
        - Architecture
        - Architecture Concept
        - Architecture Photography
        - Architecture Visualization
        - Art Direction
        - Automotive Design
        - Beauty Photography
        - Branding
        - Calligraphy
        - CGI
        - Character Design
        - Cinematography
        - Collage
        - Coloring
        - Comic
        - Concept Art
        - Copywriting
        - Costume Design
        - Crafts
        - Creative Direction
        - Culinary Arts
        - Digital Art
        - Digital Painting
        - Directing
        - Drawing
        - Editing
        - Editorial Design
        - Education
        - Environmental Graphics
        - Exhibition Design
        - Fashion
        - Fashion Design
        - Fashion Illustration
        - Fashion Photography
        - Fashion Retouching
        - Fashion Styling
        - Film
        - Fine Arts
        - Flower Arrangement
        - Food Photography
        - Food Styling
        - Furniture Design
        - Game Design
        - GIF Animation
        - Graffiti
        - Graphic Design
        - Icon Design
        - Illustration
        - Industrial Design
        - Infographic
        - Information Architecture
        - Interaction Design
        - Interior Design
        - Jewelry Design
        - Label Design
        - Landscape Design
        - Lettering
        - Logo Design
        - Makeup
        - Makeup Arts
        - Model Test Photography
        - Modeling
        - Motion Graphics
        - Music
        - Music Packaging
        - Packaging
        - Painting
        - Paperworks
        - Pattern Design
        - Performing Arts
        - Photography
        - Photography Styling
        - Photojournalism
        - Poster Design
        - Product Design
        - Product Photography
        - Programming
        - Projection Mapping
        - Props Design
        - Retouching
        - Sculpting
        - Set Design
        - Shoe Design
        - Sketching
        - Sound Design
        - Storyboarding
        - Street Art
        - Styleframing
        - Surface Design
        - T-Shirt Design
        - Textile Design
        - Toy Design
        - Type Design
        - Typography
        - UI/UX
        - Visual Effects
        - Visualization
        - Web Design
        - Window Design
        - Woodworking
        - Writing
    BehanceAvailability:
      type: string
      enum:
        - Freelance
        - Full-time
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````