> ## 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.

# البحث في إشارات التوسع

> صفوف إشارات توسع خام ومرقّمة صفحيًا — الأدلة المؤرَّخة وراء مرحلة كل شركة، مع المصدر ورابط الدليل.



## OpenAPI

````yaml ar-openapi POST /expansions/signals/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:
  /expansions/signals/search:
    post:
      tags:
        - Expansion
      summary: البحث في إشارات التوسع
      description: >-
        صفوف إشارات توسع خام ومرقّمة صفحيًا — الأدلة المؤرَّخة وراء مرحلة كل
        شركة، مع المصدر ورابط الدليل.
      operationId: expansions_signals_search
      requestBody:
        required: false
        content:
          application/json:
            schema:
              type: object
              properties:
                domain_search_ids:
                  type: array
                  description: الشركات المراد التحديد بها، حسب `domain_search_id`.
                  items:
                    type: string
                  example:
                    - 8f3c1b04-2e7a-4d19-9c55-6ab21f0e7d3c
                is_active:
                  type: boolean
                  description: >-
                    أعِد الإشارات الحية فقط (`true`) أو المسحوبة فقط (`false`).
                    احذفه لكليهما.
                  example: true
                country_codes:
                  type: array
                  description: >-
                    الأسواق المستهدفة المراد التحديد بها، كرموز ISO 3166-1
                    alpha-2.
                  items:
                    type: string
                  example:
                    - US
                    - GB
                signal_types:
                  allOf:
                    - $ref: '#/components/schemas/expansion_signal_type_slugs'
                  description: >-
                    أنواع الإشارات المراد التحديد بها. القيم غير المعروفة لا
                    تطابق شيئًا.
                signal_subtypes:
                  allOf:
                    - $ref: '#/components/schemas/expansion_signal_subtype_slugs'
                  description: >-
                    الأنواع الفرعية للإشارات المراد التحديد بها. القيم غير
                    المعروفة لا تطابق شيئًا.
                signal_strengths:
                  allOf:
                    - $ref: '#/components/schemas/signal_strengths'
                  description: >-
                    قوى الإشارات المراد التحديد بها. القيم غير المعروفة لا تطابق
                    شيئًا.
                source_types:
                  type: array
                  items:
                    type: string
                  description: >-
                    أنواع المصادر المراد التحديد بها: `jobs`، `ads`، `linkedin`،
                    `news`، `pubrio`.
                  example:
                    - jobs
                    - ads
                polarities:
                  type: array
                  items:
                    type: string
                    enum:
                      - expansion
                      - contraction_leading
                      - contraction_confirming
                      - contraction_lagging
                  description: >-
                    اتجاهات الإشارات المراد تضمينها. تشير `expansion` إلى الدخول
                    والنمو؛ وتشير قيم `contraction_*` إلى التراجع.
                  example:
                    - expansion
                event_dates:
                  $ref: '#/components/schemas/event_dates'
                page:
                  $ref: '#/components/schemas/page'
                per_page:
                  $ref: '#/components/schemas/per_page'
      responses:
        '200':
          description: البحث في إشارات التوسع
          content:
            application/json:
              schema:
                type: object
                properties:
                  metadata:
                    type: object
                    description: عرض للمرشحات المطبَّقة على هذا الطلب.
                  data:
                    type: object
                    description: حاوية النتائج.
                    properties:
                      pagination:
                        type: object
                        description: >-
                          الصفحة، والعدد لكل صفحة، وإجمالي الإدخالات، وإجمالي
                          الصفحات.
                      signals:
                        type: array
                        description: صفوف الإشارات المطابقة، الأحدث أولًا.
                        items:
                          type: object
                          properties:
                            expansion_signal_id:
                              type: integer
                              description: معرّف فريد لصف الإشارة هذا.
                            domain_search_id:
                              type: string
                              format: uuid
                              description: >-
                                الشركة التي تنتمي إليها هذه الإشارة. استخدمه مع
                                [تفاصيل توسع
                                الشركة](/ar/api-reference/endpoint/expansions/company_lookup).
                            country_code:
                              type: string
                              description: >-
                                السوق المستهدفة التي رُصدت فيها هذه الإشارة،
                                كرمز ISO 3166-1 alpha-2.
                            signal_type_slug:
                              type: string
                              description: >-
                                نوع الإشارة. واحد من الأسماء القياسية السبعة عشر
                                التي تُعيدها [مرجع
                                التوسع](/ar/api-reference/endpoint/expansions/types).
                            signal_subtype_slug:
                              type: string
                              nullable: true
                              description: >-
                                نوع فرعي أدق، أو `null` عندما لا يكون للنوع نوع
                                فرعي. حوالي 44% من الصفوف بقيمة `null`.
                            signal_strength_slug:
                              type: string
                              description: >-
                                قوة الإشارة: `low`، `medium`، `high` أو
                                `very_high`.
                            polarity:
                              type: string
                              description: >-
                                اتجاه الإشارة: `expansion`، أو واحدة من قيم
                                `contraction_*` الثلاث.
                            event_date:
                              type: string
                              format: date-time
                              description: >-
                                متى حدث الحدث الأساسي. اقرأه مع
                                `event_date_precision`.
                            event_date_precision:
                              type: string
                              description: >-
                                مدى دقة `event_date`: `day`، `month`، `quarter`،
                                `year` أو `unknown`.
                            source_type:
                              type: string
                              description: >-
                                من أين أتت الإشارة. القيم المرصودة: `jobs`،
                                `ads`، `linkedin`، `news`، `pubrio`.
                            source_record_id:
                              type: string
                              nullable: true
                              description: >-
                                معرّف سجل المصدر الذي اشتُقت منه الإشارة، عند
                                وجوده.
                            display_label:
                              type: string
                              description: ملخص من سطر واحد قابل للقراءة للإشارة.
                            evidence_url:
                              type: string
                              nullable: true
                              description: >-
                                رابط إلى الدليل الداعم. غالبًا `null` — تُشتَق
                                معظم الصفوف من مصادر مهيكلة لا صفحة يمكن
                                الاستشهاد بها.
                            metadata:
                              type: object
                              description: >-
                                تفاصيل خاصة بالمصدر. تختلف مفاتيحه حسب
                                `source_type` — تحمل صفوف الوظائف `departments`،
                                `seniority`، `top_titles`، `active_postings`؛
                                وتحمل صفوف الإعلانات `advertisement_format`،
                                `headline`، `share_pct`.
                            extraction_confidence:
                              type: number
                              nullable: true
                              description: >-
                                ثقة النموذج للإشارات المستخرَجة بواسطة نموذج،
                                وإلا `null`.
                            extraction_model:
                              type: string
                              nullable: true
                              description: اسم النموذج المستخرِج، عند استخدام واحد.
                            is_active:
                              type: boolean
                              description: >-
                                `true` للإشارات الحية، `false` بمجرد سحب
                                الإشارة.
                            notes:
                              type: string
                              nullable: true
                              description: ملاحظة نصية حرة. عادةً `null`.
                            created_at:
                              type: string
                              format: date-time
                              description: متى أُنشئ صف الإشارة.
                            last_modified:
                              type: string
                              format: date-time
                              description: متى حُدِّث صف الإشارة آخر مرة.
                            source_published_at:
                              type: string
                              format: date-time
                              nullable: true
                              description: وقت نشر مستند المصدر، عند معرفته.
                            lead_time_days:
                              type: integer
                              nullable: true
                              description: >-
                                الأيام بين نشر المصدر وتاريخ الحدث، عند معرفة
                                كليهما.
                            occurs_at:
                              type: string
                              format: date-time
                              nullable: true
                              description: >-
                                بداية النافذة التي تغطيها الإشارة، للإشارات التي
                                تمتد عبر فترة.
                            occurs_until:
                              type: string
                              format: date-time
                              nullable: true
                              description: >-
                                نهاية النافذة التي تغطيها الإشارة، للإشارات التي
                                تمتد عبر فترة.
                            audit:
                              type: object
                              description: >-
                                منشأ الصف: تُضبَط `profile_id` و`user_id`
                                للإشارات المستوردة من مستخدم، وتجمّع `import_id`
                                استيرادًا دفعيًا، وتُعلِّم `is_backfill` الصفوف
                                المضافة بتعبئة تاريخية استرجاعية.
                              properties:
                                profile_id:
                                  type: integer
                                  nullable: true
                                user_id:
                                  type: string
                                  format: uuid
                                  nullable: true
                                import_id:
                                  type: string
                                  nullable: true
                                is_backfill:
                                  type: boolean
              example:
                metadata:
                  filters:
                    domain_search_ids:
                      - 8f3c1b04-2e7a-4d19-9c55-6ab21f0e7d3c
                    country_codes:
                      - US
                    signal_types:
                      - HIRE
                      - AD
                data:
                  pagination:
                    page: 1
                    per_page: 25
                    total_entries: 2990
                    total_pages: 120
                  signals:
                    - expansion_signal_id: 580965556
                      domain_search_id: 8f3c1b04-2e7a-4d19-9c55-6ab21f0e7d3c
                      country_code: US
                      signal_type_slug: HIRE
                      signal_subtype_slug: country_manager
                      signal_strength_slug: very_high
                      polarity: expansion
                      event_date: '2026-06-20T14:00:00.000Z'
                      event_date_precision: day
                      source_type: jobs
                      source_record_id: '4224659596'
                      display_label: Hired Country Manager
                      evidence_url: https://www.linkedin.com/jobs/view/4224659596
                      metadata:
                        city: Austin
                        country_code: US
                        departments:
                          - sales
                        seniority:
                          - director
                        top_titles:
                          - Country Manager, US
                        active_postings: 3
                        window_days: 90
                      extraction_confidence: 0.91
                      extraction_model: null
                      is_active: true
                      notes: null
                      created_at: '2026-06-20T15:02:11.004Z'
                      last_modified: '2026-06-20T15:02:11.004Z'
                      source_published_at: '2026-06-19T08:00:00.000Z'
                      lead_time_days: 1
                      occurs_at: null
                      occurs_until: null
                      audit:
                        profile_id: null
                        user_id: null
                        import_id: null
                        is_backfill: false
                    - expansion_signal_id: 580965557
                      domain_search_id: 8f3c1b04-2e7a-4d19-9c55-6ab21f0e7d3c
                      country_code: US
                      signal_type_slug: AD
                      signal_subtype_slug: null
                      signal_strength_slug: low
                      polarity: expansion
                      event_date: '2026-06-18T08:12:25.866Z'
                      event_date_precision: day
                      source_type: ads
                      source_record_id: 3569a83d-6e96-4bc9-b1a7-abbfa8f4b1ad
                      display_label: >-
                        Full-Stack Observability: 7 Tools Engineers Are
                        Switching To in 2026
                      evidence_url: null
                      metadata:
                        headline: >-
                          Full-Stack Observability: 7 Tools Engineers Are
                          Switching To in 2026
                        advertisement_format: Single Image Ad
                        source_type: linkedin
                        share_basis: declared
                        share_pct: null
                        started_at: null
                        ended_at: null
                      extraction_confidence: null
                      extraction_model: null
                      is_active: true
                      notes: null
                      created_at: '2026-06-18T08:12:25.883Z'
                      last_modified: '2026-06-18T08:12:25.883Z'
                      source_published_at: null
                      lead_time_days: null
                      occurs_at: null
                      occurs_until: null
                      audit:
                        profile_id: null
                        user_id: null
                        import_id: null
                        is_backfill: false
        '400':
          $ref: '#/components/responses/general_error'
        '429':
          $ref: '#/components/responses/rate_limit_error'
        '500':
          $ref: '#/components/responses/server_error'
components:
  schemas:
    expansion_signal_type_slugs:
      type: array
      items:
        type: string
        enum:
          - AD
          - AUDIENCE
          - DNS
          - ENTITY
          - EVENT
          - EVENT_PLUS
          - EXEC
          - HIRE
          - INFRA
          - IP
          - NEWS
          - OFFICE
          - PARTNER
          - PRODUCT
          - REG
          - SCALE
          - TECH
      example:
        - EXEC
        - HIRE
      description: >-
        التحديد لأنواع إشارات محددة. راجع كتالوج أنواع الإشارات في قاعدة المعرفة
        للتعريفات والفئات (`DNS` و`INFRA` إشارات من الفئة المتميزة Premier).
    expansion_signal_subtype_slugs:
      type: array
      items:
        type: string
        enum:
          - marketing_pullback
          - domain_dropped
          - entity_dissolution
          - exhibiting_booth
          - speaking_breakout
          - speaking_keynote
          - sponsorship
          - key_departure
          - country_manager
          - engineering
          - freelancer
          - hiring_freeze
          - job_posting_removal
          - legal_compliance
          - local_employee
          - operations
          - regional_vp
          - remote_sales_bd
          - supply_chain
          - ip_abandoned
          - office_closure
          - partnership_terminated
          - product_withdrawal
          - regulatory_surrender
          - layoffs
          - content_decay
      example:
        - country_manager
        - local_employee
    signal_strengths:
      type: array
      items:
        type: string
        enum:
          - low
          - medium
          - high
          - very_high
      example:
        - high
      description: >-
        التصفية حسب فئة ثقة الأدلة: `low`، `medium`، أو `high`. لاحظ أن هذا
        مختلف عن `signal_strength_slug` الخاص بكل إشارة المُعاد في سجلات الإشارة
        (والذي يمتد من `low` إلى `very_high`)؛ أي قيمة أخرى هنا لا تطابق شيئًا.
    event_dates:
      type: array
      items:
        type: string
      example:
        - '2026-06-01'
        - '2026-06-30'
      description: نطاق تاريخ تاريخ حدث الإشارة. القيمة القصوى هي اليوم الحالي.
    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**.
    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` في بحث الشركات والأشخاص)، لا
        مجموعة نتائج مقتطَعة.
  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

````