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

# البحث في البصمة السحابية للشركات

> ابحث في البصمة السحابية والاستضافة العلنية للشركات: أي مزوّدين تستخدم، وفي أي دول ومناطق تنتشر. كل سجل يمثل شركة واحدة لدى مزوّد واحد في دولة واحدة. راجع [دليل البحث في البصمة السحابية](/ar/developer-guides/search/cloud-footprint-search).



## OpenAPI

````yaml ar-openapi POST /companies/cloud_footprints/search
openapi: 3.0.0
info:
  description: >-
    تقدّم واجهة Pubrio API معلومات استخباراتية عن توسع السوق — إشارات في الوقت
    الفعلي تُعلِم عندما تدخل شركة سوقًا جديدة — إلى جانب بيانات الشركات والأشخاص
    التي تستند إليها. ابحث، وتحقق، وأثرِ الحسابات وجهات التواصل، واشترك في
    إشارات تحرك مصنَّفة ومؤرَّخة عبر أكثر من 200 سوق.
  version: 1.0.0
  title: Pubrio OpenAPI
  termsOfService: https://pubrio.com/ar/terms-of-service
  contact:
    email: king.lai@pubrio.com
    name: King Lai
    url: https://pubrio.com/ar/get-in-touch
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: https://api.pubrio.com
security:
  - pubrio_api_key: []
tags:
  - name: Profile
    description: معلومات ملف مساحة العمل وإحصاءات الاستخدام
  - name: Enrichment
    description: إثراء سجلات الأشخاص والشركات ببيانات B2B مفصّلة
  - name: Lookalike
    description: إيجاد شركات مشابهة لشركة معينة
  - name: Search
    description: البحث عن أشخاص وشركات ووظائف وأخبار وإعلانات بمرشحات
  - name: Lookup
    description: البحث عن معلومات مفصّلة لأشخاص وشركات ووظائف وأخبار وإعلانات وتقنيات محددة
  - name: LinkedIn
    description: البحث عن بيانات أشخاص وشركات عبر روابط ملفات LinkedIn
  - name: Redeem
    description: استبدال أرصدة لفتح بيانات تواصل الأشخاص (فردي ودفعي)
  - name: Channels
    description: إدارة قوالب قنوات التواصل (إنشاء، تحديث، حذف، سرد)
  - name: Monitor
    description: إنشاء وإدارة Monitors للبيانات بواجهات webhook، وإحصاءات، ومعالجة
  - name: Filters
    description: >-
      استرجاع قيم المرشحات المتاحة لمعاملات البحث (التقنيات، المواقع، القطاعات،
      إلخ)
  - name: API Keys
    description: سرد وفحص سجلات طلبات API وتحليلات الاستخدام لمفاتيح API
  - name: Insights
    description: رؤى إشارات مجمَّعة للشركات (الوظائف، الأخبار، الإعلانات).
  - name: Export
    description: تصدير بيانات دفعي (مقيَّد بالأرصدة).
  - name: Expansion
    description: >-
      معلومات استخباراتية عن توسع الشركات في السوق: الإشارات، المراحل، الأسواق،
      والتصدير.
externalDocs:
  description: >-
    The Pubrio API is used to search, preview and enrich Contacts and Accounts.
    Pubrio database provides extensive B2B contacts and sales intelligence data.
  url: https://docs.pubrio.com
paths:
  /companies/cloud_footprints/search:
    post:
      tags:
        - Search
      summary: البحث في البصمة السحابية للشركات
      description: >-
        ابحث في البصمة السحابية والاستضافة العلنية للشركات: أي مزوّدين تستخدم،
        وفي أي دول ومناطق تنتشر. كل سجل يمثل شركة واحدة لدى مزوّد واحد في دولة
        واحدة. راجع [دليل البحث في البصمة
        السحابية](/ar/developer-guides/search/cloud-footprint-search).
      operationId: companies_search_cloud_footprints
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                providers:
                  $ref: '#/components/schemas/providers'
                exclude_providers:
                  $ref: '#/components/schemas/exclude_providers'
                target_locations:
                  $ref: '#/components/schemas/target_locations'
                exclude_target_locations:
                  $ref: '#/components/schemas/exclude_target_locations'
                cloud_regions:
                  $ref: '#/components/schemas/cloud_regions'
                exclude_cloud_regions:
                  $ref: '#/components/schemas/exclude_cloud_regions'
                cities:
                  $ref: '#/components/schemas/cities'
                exclude_cities:
                  $ref: '#/components/schemas/exclude_cities'
                first_seen_dates:
                  $ref: '#/components/schemas/first_seen_dates'
                last_seen_dates:
                  $ref: '#/components/schemas/last_seen_dates'
                is_cross_border_only:
                  $ref: '#/components/schemas/is_cross_border_only'
                host_count:
                  $ref: '#/components/schemas/host_count'
                server_count:
                  $ref: '#/components/schemas/server_count'
                shared_server_count:
                  $ref: '#/components/schemas/shared_server_count'
                region_count:
                  $ref: '#/components/schemas/region_count'
                city_count:
                  $ref: '#/components/schemas/city_count'
                cloud_footprint_host_count:
                  $ref: '#/components/schemas/cloud_footprint_host_count'
                cloud_footprint_server_count:
                  $ref: '#/components/schemas/cloud_footprint_server_count'
                cloud_footprint_shared_server_count:
                  $ref: '#/components/schemas/cloud_footprint_shared_server_count'
                cloud_footprint_provider_count:
                  $ref: '#/components/schemas/cloud_footprint_provider_count'
                cloud_footprint_country_count:
                  $ref: '#/components/schemas/cloud_footprint_country_count'
                cloud_footprint_cross_border_country_count:
                  $ref: >-
                    #/components/schemas/cloud_footprint_cross_border_country_count
                cloud_footprint_region_count:
                  $ref: '#/components/schemas/cloud_footprint_region_count'
                cloud_footprint_city_count:
                  $ref: '#/components/schemas/cloud_footprint_city_count'
                company_locations:
                  $ref: '#/components/schemas/company_locations'
                cloud_footprint_id:
                  $ref: '#/components/schemas/cloud_footprint_id'
                cloud_footprint_ids:
                  $ref: '#/components/schemas/cloud_footprint_ids'
                companies:
                  $ref: '#/components/schemas/companies'
                domains:
                  $ref: '#/components/schemas/domains'
                per_page:
                  $ref: '#/components/schemas/per_page'
                page:
                  $ref: '#/components/schemas/page'
                is_ascending_order:
                  $ref: '#/components/schemas/is_ascending_order'
                cloud_footprint_providers:
                  $ref: '#/components/schemas/cloud_footprint_providers'
                cloud_footprint_target_locations:
                  $ref: '#/components/schemas/cloud_footprint_target_locations'
                cloud_footprint_primary_provider:
                  $ref: '#/components/schemas/cloud_footprint_primary_provider'
                domain:
                  $ref: '#/components/schemas/domain'
                domain_search_id:
                  $ref: '#/components/schemas/domain_search_id'
                linkedin_urls:
                  $ref: '#/components/schemas/company_linkedin_urls'
                filter_conditions:
                  $ref: '#/components/schemas/cloud_footprint_filter_conditions'
      responses:
        '200':
          description: سجلات بصمة سحابية مقسّمة إلى صفحات.
          content:
            application/json:
              schema:
                type: object
              example:
                metadata:
                  profile: null
                  filters:
                    page: 1
                    per_page: 1
                    is_cross_border_only: true
                    language: en
                  ignored_fields: []
                data:
                  pagination:
                    page: 1
                    per_page: 1
                    total_entries: 48700
                    total_pages: 48700
                    total_display_pages: 250
                    is_timeout: false
                  cloud_footprints:
                    - cloud_footprint_id: 042fee02-5121-4f23-a166-69bc48e9dfe8
                      domain_search_id: 2ebd09b1-3bdf-4bf0-9732-c2ed6a734f77
                      provider: AWS
                      country_code: US
                      company_country_code: CL
                      is_home_market: false
                      host_count: 232
                      server_count: 3
                      shared_server_count: 0
                      region_count: 1
                      city_count: 0
                      cloud_regions:
                        - us-east-1
                      cities: null
                      first_seen_at: '2026-07-26T16:57:20.362Z'
                      last_seen_at: '2026-09-04T10:07:09.799Z'
                      last_modified: '2026-09-04T10:26:52.183Z'
                      companies:
                        logo_url: >-
                          https://buckets.pubrio.com/company-logo/MTc4ODM0MDY5Nmlsajlzc25qMXJ0aWFwLmNvbWxpbmtlZGluXzQ3Njc2Nzkw.jpg
                        domain_search_id: 2ebd09b1-3bdf-4bf0-9732-c2ed6a734f77
                        company_name: RTIAP Soluciones Tecnológicas SpA
                        linkedin_name: rtiap
                        country_code: CL
                        company_url: http://www.rtiap.com
                        domain: rtiap.com
                      evidence_url: >-
                        https://www.pubrio.com/evidence/84c941ea04a8fa9ed1bbeabc8ff496a7
        '400':
          $ref: '#/components/responses/general_error'
        '429':
          $ref: '#/components/responses/rate_limit_error'
        '500':
          $ref: '#/components/responses/server_error'
components:
  schemas:
    providers:
      type: array
      items:
        type: string
      example:
        - AWS
        - Cloudflare
        - Hetzner
      description: >-
        اقتصر على السجلات المطابقة لهذه مزوّدي السحابة أو الاستضافة. يقتصر على
        سجل البصمة هذا — مزوّد واحد في دولة واحدة.
    exclude_providers:
      type: array
      items:
        type: string
      example:
        - AWS
        - Cloudflare
        - Hetzner
      description: >-
        استبعد السجلات المطابقة لهذه مزوّدي السحابة أو الاستضافة. يقتصر على سجل
        البصمة هذا — مزوّد واحد في دولة واحدة.
    target_locations:
      type: array
      items:
        type: string
      example:
        - TW
        - AE
        - 'NO'
      description: >-
        رموز الدول التي يجب أن تستهدفها النتائج. تُدمج مع `filter_conditions` بـ
        OR افتراضيًا — تكفي مطابقة أي منها.
    exclude_target_locations:
      type: array
      items:
        type: string
      example:
        - IS
        - GB
        - FR
        - IE
        - ES
      description: >-
        رموز الدول التي يجب ألا تستهدفها النتائج. تُدمج مع `filter_conditions`
        بـ OR افتراضيًا — تكفي مطابقة أي منها.
    cloud_regions:
      type: array
      items:
        type: string
      example:
        - us-east-1
        - eu-central-1
      description: >-
        اقتصر على السجلات المطابقة لهذه المناطق السحابية. يقتصر على سجل البصمة
        هذا — مزوّد واحد في دولة واحدة.
    exclude_cloud_regions:
      type: array
      items:
        type: string
      example:
        - us-east-1
        - eu-central-1
      description: >-
        استبعد السجلات المطابقة لهذه المناطق السحابية. يقتصر على سجل البصمة هذا
        — مزوّد واحد في دولة واحدة.
    cities:
      type: array
      items:
        type: string
      example:
        - Ashburn
        - Frankfurt
      description: >-
        اقتصر على السجلات المطابقة لهذه المدن. يقتصر على سجل البصمة هذا — مزوّد
        واحد في دولة واحدة.
    exclude_cities:
      type: array
      items:
        type: string
      example:
        - Ashburn
        - Frankfurt
      description: >-
        استبعد السجلات المطابقة لهذه المدن. يقتصر على سجل البصمة هذا — مزوّد
        واحد في دولة واحدة.
    first_seen_dates:
      type: array
      items:
        type: string
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - '2026-01-01'
        - null
      description: >-
        تاريخان بصيغة ISO 8601 (YYYY-MM-DD) يحددان فترة أول رصد لها البصمة.
        يقتصر على سجل البصمة هذا — مزوّد واحد في دولة واحدة.
    last_seen_dates:
      type: array
      items:
        type: string
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - '2026-01-01'
        - null
      description: >-
        تاريخان بصيغة ISO 8601 (YYYY-MM-DD) يحددان فترة آخر رصد لها البصمة.
        يقتصر على سجل البصمة هذا — مزوّد واحد في دولة واحدة.
    is_cross_border_only:
      type: boolean
      example: true
      description: >-
        عند التفعيل تُعاد السجلات خارج السوق المحلية للشركة فقط. تُستبعد سجلات
        الشركات مجهولة المقر.
    host_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ المضيفات. استخدم `null` لترك أحد الحدين مفتوحًا.
        يقتصر على سجل البصمة هذا — مزوّد واحد في دولة واحدة.
    server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ الخوادم (عناوين IP مميزة). استخدم `null` لترك أحد
        الحدين مفتوحًا. يقتصر على سجل البصمة هذا — مزوّد واحد في دولة واحدة.
    shared_server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ الخوادم المشتركة مع شركات أخرى. استخدم `null`
        لترك أحد الحدين مفتوحًا. يقتصر على سجل البصمة هذا — مزوّد واحد في دولة
        واحدة.
    region_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ المناطق السحابية. استخدم `null` لترك أحد الحدين
        مفتوحًا. يقتصر على سجل البصمة هذا — مزوّد واحد في دولة واحدة.
    city_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ المدن. استخدم `null` لترك أحد الحدين مفتوحًا.
        يقتصر على سجل البصمة هذا — مزوّد واحد في دولة واحدة.
    cloud_footprint_host_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ المضيفات. استخدم `null` لترك أحد الحدين مفتوحًا.
        يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين والدول.
    cloud_footprint_server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ الخوادم (عناوين IP مميزة). استخدم `null` لترك أحد
        الحدين مفتوحًا. يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين والدول.
    cloud_footprint_shared_server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ الخوادم المشتركة مع شركات أخرى. استخدم `null`
        لترك أحد الحدين مفتوحًا. يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين
        والدول.
    cloud_footprint_provider_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ المزوّدين المختلفين لدى الشركة. استخدم `null`
        لترك أحد الحدين مفتوحًا. يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين
        والدول.
    cloud_footprint_country_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ الدول التي تستضيف بها الشركة. استخدم `null` لترك
        أحد الحدين مفتوحًا. يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين
        والدول.
    cloud_footprint_cross_border_country_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ الدول خارج السوق المحلية للشركة. استخدم `null`
        لترك أحد الحدين مفتوحًا. يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين
        والدول.
    cloud_footprint_region_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ المناطق السحابية. استخدم `null` لترك أحد الحدين
        مفتوحًا. يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين والدول.
    cloud_footprint_city_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        الحد الأدنى والأقصى لـ المدن. استخدم `null` لترك أحد الحدين مفتوحًا.
        يُحتسب على مستوى الشركة ككل، عبر كل المزوّدين والدول.
    company_locations:
      type: array
      items:
        type: string
      example:
        - US
        - SG
        - CN
      description: >-
        موقع مقر الشركة. راجع نقاط `location` تحت تبويب Filters لمزيد من
        المعلومات.
    cloud_footprint_id:
      type: string
      format: uuid
      example: f28215e6-f6ed-40c2-ac9b-d8e70164c0be
      description: معرّف سجل بصمة سحابية واحد.
    cloud_footprint_ids:
      type: array
      items:
        type: string
        format: uuid
      example:
        - f28215e6-f6ed-40c2-ac9b-d8e70164c0be
      description: معرّفات سجلات بصمة سحابية محددة لتصديرها.
    companies:
      type: array
      items:
        type: string
        format: uuid
      description: >-
        قائمة من معرّفات فريدة (domain_search_id) تُستخدَم لعمليات البحث عن
        شركات وأشخاص.
    domains:
      type: array
      items:
        type: string
      example:
        - pubrio.com
      description: >-
        قائمة نطاقات شركات تُستخدَم لعمليات البحث عن شركات وأشخاص. إن استلمنا
        رابطًا مثل `www.pubrio.com` أو `https://docs.pubrio.com/`، سيحوّله
        النظام إلى `pubrio.com` للمعالجة.
    per_page:
      type: integer
      example: 25
      default: 25
      maximum: 25
      description: >-
        السجلات لكل صفحة. القيمة الافتراضية 25، وهي أيضًا السقف في معظم الخطط —
        الحد هو `max_search_per_page` الخاص باشتراكك، الذي تُعيده
        [Profile](/ar/api-reference/endpoint/profile/profile). تجاوزه يُعيد
        **HTTP 416** برمز `41676` (أو `41613` في بحث الشركات والأشخاص)، لا
        مجموعة نتائج مقتطَعة.
    page:
      type: integer
      example: 1
      default: 1
      description: >-
        رقم الصفحة، بدءًا من 1. السقف هو `max_search_page` الخاص باشتراكك
        (`max_company_search_page` لبحث الشركات)، الذي تُعيده
        [Profile](/ar/api-reference/endpoint/profile/profile). تجاوزه يُعيد
        **HTTP 416**.
    is_ascending_order:
      type: boolean
      default: false
      example: false
      description: >-
        اتجاه الترتيب. تُعاد النتائج بترتيب الأحدث أولًا افتراضيًا؛ اضبط `true`
        للأقدم أولًا. لا يوجد `sort_by` في هذه النقطة الطرفية — مفتاح الترتيب
        ثابت ومذكور في وصف النقطة الطرفية.
    cloud_footprint_providers:
      type: array
      items:
        type: string
      example:
        - AWS
        - Cloudflare
      description: >-
        الشركات التي تستخدم أيًا من هؤلاء المزوّدين في أي مكان. `providers` بدون
        بادئة يضيّق السجلات، وهذا يضيّق الشركات.
    cloud_footprint_target_locations:
      type: array
      items:
        type: string
      example:
        - DE
        - SG
      description: الشركات الموجودة في أي من هذه الدول ضمن أي جزء من بصمتها.
    cloud_footprint_primary_provider:
      type: array
      items:
        type: string
      example:
        - AWS
      description: الشركات التي يكون أكبر مزوّد لديها أحد هؤلاء.
    domain:
      type: string
      example: pubrio.com
      description: >-
        نطاق شركة يُستخدَم لعمليات البحث عن شركات. إن استلمنا رابطًا مثل
        `www.pubrio.com` أو `https://docs.pubrio.com/`، سيحوّله النظام إلى
        `pubrio.com` للمعالجة.
    domain_search_id:
      type: string
      format: uuid
      description: معرّف فريد لعملية البحث عن شركات.
    company_linkedin_urls:
      type: array
      items:
        type: string
      example:
        - https://www.linkedin.com/company/pubrio
      description: >-
        الرابط الكامل لملف شركة على LinkedIn. يبدأ الرابط بـ`http` ويحتوي
        `linkedin.com/company/`
    cloud_footprint_filter_conditions:
      type: array
      items:
        type: object
        properties:
          key:
            type: string
            enum:
              - cloud_regions
              - exclude_cloud_regions
              - cities
              - exclude_cities
            example: cloud_regions
            description: مرشّح المصفوفة الذي ينطبق عليه المعامل.
          operator:
            type: string
            enum:
              - or
              - and
            example: and
            description: '`or` يطابق السجلات التي تحمل أي قيمة مذكورة؛ و`and` يشترط جميعها.'
      description: >-
        يبدّل مرشّح المصفوفة من OR (الافتراضي: مطابقة أي قيمة) إلى AND (مطابقة
        كل القيم). ينطبق على `cloud_regions` و`exclude_cloud_regions` و`cities`
        و`exclude_cities`.
  responses:
    general_error:
      description: >-
        طلب غير صحيح. كان الطلب مُصاغًا بشكل خاطئ أو يحتوي معاملات غير صالحة.
        تحقق من رمز الخطأ والرسالة للتفاصيل.
      content:
        application/json:
          schema:
            required:
              - code
              - message
              - details
            type: object
            properties:
              code:
                example: 40001
                type: integer
              message:
                example: >-
                  Errors and codes will vary depending on the scenario, please
                  see the documentation for information.
                type: string
              details:
                type: object
    rate_limit_error:
      description: >-
        تم تجاوز حد المعدل. نُفِّذت طلبات كثيرة جدًا خلال فترة زمنية معينة. أعِد
        المحاولة بعد إعادة ضبط نافذة حد المعدل.
      content:
        application/json:
          schema:
            required:
              - error
            type: object
            properties:
              error:
                example: Request rate limit exceeded. Please wait and try again later.
                type: string
    server_error:
      description: >-
        خطأ خادم داخلي. حدث خطأ غير متوقع في الخادم. تواصل مع الدعم إن استمر
        الخطأ.
      content:
        application/json:
          schema:
            required:
              - error
            type: object
            properties:
              error:
                example: An unexpected error occurred on the server.
                type: string
  securitySchemes:
    pubrio_api_key:
      type: apiKey
      name: pubrio-api-key
      description: >-
        رمز API فريد يمثّل الإجراءات التي تنفّذها عبر الواجهة والصلاحيات
        والعمليات المقابلة. يمكنك إنشاءه عبر قسم
        [Settings](https://dashboard.pubrio.com/#/settings/).
      in: header

````