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

# Profile Reels

> Get public reels from a Facebook page, 10 at a time. **Important:** Pagination requires passing both `next_page_id` and `cursor` from the previous response.

<Note>
  💳 **1 credit** per request
</Note>


## OpenAPI

````yaml GET /v1/scrape/facebook/profile/reels
openapi: 3.1.0
info:
  title: SociaVault API
  version: 1.0.0
  description: >-
    # SociaVault API Documentation


    The SociaVault API provides comprehensive access to social media data
    extraction across multiple platforms.


    ## Features


    - **Multi-Platform Support**: TikTok, Instagram, YouTube, Facebook, Twitter,
    Reddit, Threads, and more

    - **Credit-Based System**: Pay-as-you-go pricing with transparent credit
    costs

    - **High Performance**: Fast, reliable data extraction

    - **Comprehensive Data**: Detailed user profiles, videos, posts, comments,
    and analytics


    ## Authentication


    All API requests require authentication using an API key in the `X-API-Key`
    header:


    ```bash

    X-API-Key: sk_live_your_api_key_here

    ```


    Get your API key from the [SociaVault
    Dashboard](https://sociavault.com/dashboard).


    ## Credits


    Each endpoint consumes credits based on data complexity:

    - Simple requests (profiles): 1 credit

    - Complex requests (demographics): 20+ credits

    - Paginated requests: Credits per page


    Check your credit balance in the dashboard or via the API.


    ## Support


    - **Documentation**: https://docs.sociavault.com

    - **Email**: support@sociavault.com

    - **Discord**: https://discord.gg/sociavault
  contact:
    name: SociaVault Support
    email: support@sociavault.com
    url: https://sociavault.com/support
  license:
    name: Commercial
    url: https://sociavault.com/terms
servers:
  - url: https://api.sociavault.com
    description: Production API
security:
  - ApiKeyAuth: []
tags:
  - name: account
    description: Account management and credit balance
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/account
  - name: tiktok
    description: Scrape TikTok profiles, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok
  - name: tiktok-shop
    description: Everything about TikTok Shop
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok-shop
  - name: instagram
    description: Gets Instagram profiles, posts, and reels
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/instagram
  - name: youtube
    description: Scrape YouTube channels, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/youtube
  - name: linkedin
    description: Scrape LinkedIn
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedin
  - name: facebook
    description: Get public Facebook profiles and posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebook
  - name: facebookAdLibrary
    description: Scrapes the Facebook (Meta) Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookAdLibrary
  - name: facebookMarketplace
    description: Search Facebook Marketplace and pull full listing details
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookMarketplace
  - name: googleAdLibrary
    description: >-
      Scrape the Google Ad Transparency Library. *This only gets the public ads.
      Some ads you need to log in for and sadly we can't get those. Also, since
      there are so many variations, the return types might not all be 100% the
      same.
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/googleAdLibrary
  - name: linkedinAdLibrary
    description: Search the LinkedIn Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedinAdLibrary
  - name: twitter
    description: Get Twitter profiles, tweets, followers and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/twitter
  - name: reddit
    description: Scrape Reddit posts and comments
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/reddit
  - name: threads
    description: Get Threads posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/threads
  - name: google
    description: Scrape Google search results
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/google
paths:
  /v1/scrape/facebook/profile/reels:
    get:
      tags:
        - facebook
      summary: Profile Reels
      description: >-
        Get public reels from a Facebook page, 10 at a time. **Important:**
        Pagination requires passing both `next_page_id` and `cursor` from the
        previous response.
      operationId: facebook_Profile_Reels
      parameters:
        - name: url
          in: query
          description: Facebook page URL
          required: true
          schema:
            type: string
            example: https://www.facebook.com/pacemorby
        - name: next_page_id
          in: query
          description: >-
            To paginate through to the next page. Must be used together with
            'cursor' parameter.
          required: false
          schema:
            type: string
            example: YXBwX2NvbGxlY3Rpb2......
        - name: cursor
          in: query
          description: >-
            To paginate through to the next page. Must be used together with
            'next_page_id' parameter.
          required: false
          schema:
            type: string
            example: AQHSFZtzkBauSDHgy8y......
      responses:
        '200':
          description: |-
            Successful response

            **Key Response Fields:**
            - `reels[0].video_url`: The URL of the video
            - `reels[0].thumbnail`: Thumbnail image URL
            - `reels[0].view_count`: Number of views
            - `reels[0].play_time_in_ms`: Video duration in milliseconds
            - `cursor`: Use for pagination
            - `next_page_id`: Use for pagination
          content:
            application/json:
              example:
                success: true
                data:
                  success: true
                  reels:
                    '0':
                      id: UzpfSTEwMDA2MzY2OTQ5MTc0MzpWSzoxMDIwODMyNzkzODIwMDg5
                      post_id: '1530759742389661'
                      creation_time: '2025-12-27T03:33:19.000Z'
                      url: https://www.facebook.com/reel/1020832793820089
                      view_count: 21000
                      feedback_id: ZmVlZGJhY2s6MTUzMDc1OTc0MjM4OTY2MQ==
                      description: >-
                        Most people never reach their Mount Everest because they
                        never define it.


                        “Be successful” is not a mountain.

                        It’s just a direction.


                        Your Mount Everest is the end goal.


                        To define it clearly, use a framework like SMART. Here’s
                        what that might look like:


                        Specific:

                        Define the exact life you want, not just the next move.


                        Measurable:

                        Income, time freedom, control, impact. Put numbers to
                        it.


                        Achievable:

                        Big enough to matter. Real enough to pursue.


                        Relevant:

                        Aligned with your values and what you truly want to
                        accomplish in life.


                        Time-bound:

                        A clear timeline to make it happen. No one ever made an
                        “eventually” goal and stuck to it.


                        A real Mount Everest sounds something like this:

                        “I want to cash flow 100k/month before 2040 by focusing
                        on RV parks and mobile homes so I can ensure financial
                        freedom and spend more time on my hobbies and with
                        family without the headache and constant stress of
                        work.”


                        That’s the mountain.

                        Everything else is just the path.


                        Define the end goal.

                        Then work backward.
                      video_id: '1020832793820089'
                      thumbnail: >-
                        https://scontent-bos5-1.xx.fbcdn.net/v/t15.5256-10/607253955_1279629873990508_8223627330795243697_n.jpg?stp=dst-jpg_p960x960_tt6&_nc_cat=109&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=vh54CKl7MU4Q7kNvwFllX2V&_nc_oc=AdkW6ZJI1HQ2CUGyrNAC2mSO_NgFHG2FK74loO_9FCurmyc7JtmC1-4q7a1k5dzdBMs&_nc_zt=23&_nc_ht=scontent-bos5-1.xx&_nc_gid=1ZD5XXLZksDcdZrdUwoBng&oh=00_AfteqZx-9jPBApzytXuIGh1SIZi42K6lJm_lJI3_h3sfDg&oe=698EDA19
                      play_time_in_ms: 80166
                      video_url: >-
                        https://video-bos5-1.xx.fbcdn.net/o1/v/t2/f2/m412/AQMQwlyJ3SL04ySrg56moM2o9XaGGC66aUpTP54bhsfgKmIDPcI2hozN_CGYxdawngPXo7B8DVnDQ0gSC2pRRXwIRJsFbT_gPRophAa75A.mp4?_nc_cat=103&_nc_sid=8bf8fe&_nc_ht=video-bos5-1.xx.fbcdn.net&_nc_ohc=TWWiBycP0tYQ7kNvwHUoQpp&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuMzYwLnN2ZV9zZCIsInhwdl9hc3NldF9pZCI6NDIzNTc0Mzg2MDAxODc5NCwiYXNzZXRfYWdlX2RheXMiOjQzLCJ2aV91c2VjYXNlX2lkIjoxMDEyNywiZHVyYXRpb25fcyI6ODAsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&_nc_gid=1ZD5XXLZksDcdZrdUwoBng&_nc_zt=28&oh=00_Afvsx8BTQ64wrX9gwiyD4KECOCXmyaUOnbT4mKkzXkCAqg&oe=698EDE73&bitrate=224776&tag=sve_sd
                      music:
                        track_title: null
                      author:
                        id: '100063669491743'
                        name: Pace Morby
                        is_verified: false
                        url: https://www.facebook.com/pacemorby
                        image: >-
                          https://scontent-bos5-1.xx.fbcdn.net/v/t39.30808-1/255454150_435897101280118_3837292553331400103_n.jpg?stp=cp0_dst-jpg_s40x40_tt6&_nc_cat=1&ccb=1-7&_nc_sid=2d3e12&_nc_ohc=7T9yFnub-6gQ7kNvwGHxMed&_nc_oc=AdmEpFGmFNWCRUupM56eUgfUjbPh3P9gYVduTtG6Q4xyc6Lmidj5hK9CNCvwN_VohQI&_nc_zt=24&_nc_ht=scontent-bos5-1.xx&_nc_gid=1ZD5XXLZksDcdZrdUwoBng&oh=00_Aft6qM2QZ3pGsiTf7glg2oISMnJXLykTITga9dgQgENOQA&oe=698EFB97
                  cursor: >-
                    AQHS6jE2JHfRBr9_TqAPohlHQYbPguEMUiQInma4y99MtZd4LO8-xvXRTwdHIttpMNCmaqrDQi5XlZW8k31ws6ROEA
                  next_page_id: >-
                    YXBwX2NvbGxlY3Rpb246cGZiaWQwN3I3amhBZkNXSDhRbW9OZzRSdWdMY2d6bXdldmhYWmlkVkRiZnNtRG1xbVhUckx6TlRyUTFzWDZGb1dSNDlZeWlzQ3U1U1pKOUJnWkp6VG5pNUU0Rjh4Sm5zM2lOWTNwaDk2d1Vs
                credits_used: 1
                endpoint: facebook/profile/reels
        '400':
          description: Bad Request - Invalid parameters or missing required fields
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Facebook profile URL is required
                required:
                  - error
        '401':
          description: Unauthorized - Invalid or missing API key
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Invalid or missing API key
                required:
                  - error
        '402':
          description: Payment Required - Insufficient credits
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Insufficient credits
                  required:
                    type: integer
                    example: 1
                  available:
                    type: integer
                    example: 0
                required:
                  - error
                  - required
                  - available
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Service configuration error
                required:
                  - error
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`

        Get your API key from the [Dashboard](https://sociavault.com/dashboard).

````