وظف الذكاء الاصطناعي لكشف الإحتيال على موقعك الالكتروني

لا تقع ضحية للإحتيال الإلكتروني وأحمي موقعك/تطبيقك من خلال توظيف أحدث تقنيات الذكاء الاصطناعي.

  • بطاقتك الإئتمانية غير مطلوبة
  • لايوجد تكاليف إضافية
IP Address: ---
Stripe Logo
Wise Logo
Dropbox Logo
Microsoft Logo
Zapier Logo
IFTTT Logo

إكتشف خدماتنا

إستخدم تقنيات متطورة في موقعك

ابقى على اطلاع

كن على معرفة تامة بجميع الأحداث ومراقبتها بشكل فوري

القي نظرة تفصيلية ودقيقة عن جميع ما يحدث في موقعك واحصل على احصائيات فورية تدعم حمياة موقعك أو تطبيقك.

Suspicious IP Events
Fake Sign-up Events
Fraudulent Payment Events
Invalid IBAN Events
Profanity Detection Events

إحصائيات الإستخدام

ابق على اطلاع تام بإستخدام موارد الحساب من خلال لوحة التحكم

معلومات تفصيلية حول إستخدامك لخدمات Greip، تعطيك نظرة عامة عن مدى الإستهلاك ومصادر الإستخدام.

المتبقي من الباقة
الميزات المُستخدمة
ساعات الذروة
الاستخدام الاسبوعي
سجل الطلبات
PHP
Node.js
Javascript
Ruby
Flutter
CLI
include_once __DIR__ . "/vendor/autoload.php";

// Declaring the classes we need
$config = new Greip\API\Config();
$geoip = new Greip\API\GeoIP();

// Setting the API token
$config->setToken($_ENV["GREIP_TOKEN"]);

// Looking up
$response = $geoip->lookup("1.1.1.1");

// Printing the response
print_r($response);
const { Greip } = require("greip-node");

let greip = new Greip(process.env.GREIP_TOKEN);

greip.Lookup({
    ip: "1.1.1.1"
})
.then((res: any) => {
    console.log(res.data); // Log Response
})
.catch((error: any) => {
    console.log(error);
});
import { Lookup } from 'greip.js';

await Lookup({
    key: 'your-api-token',
    ip: '1.1.1.1',
})
.then((res: any) => {
    console.log(res.data); // Log Response
})
.catch((error: any) => {
    console.log(error);
});
require 'greip'

# Creating an instance of the Greip class
handler = Greip.create('your-api-token')

# Looking up the IP address
data = handler.lookup({ ip: "1.1.1.1" })

puts data
import 'package:greip/greip.dart';

// Creating an instance of the Greip class
Greip greip = Greip();

// Setting the API token
greip.setToken('your-api-token');

try {
  Map result = await greip.ipLookup('1.1.1.1');
  print(result);
} catch (e) {
  print('Error: $e');
}
# Get my IP address
$ ggip me -i

# Fetch the information of a specific IP address
$ ggip lookup 1.1.1.1

# Fetch the information of a specific country
$ ggip country US

ربط سهل وسلس

مكتبات وأدوات برمجية مُتاحة للجميع ولأشهر اللغات

مكتبات برمجية مُتاحة للجميع ولأشهر اللغات البرمجية، تساعدك في ربط خدماتنا بموقعك بشكل سهل وسلس.

شروحات مُفصلة
ربط سريع وسهل
سهولة في الإستخدام
تحديثات مُستمرة
لغات متعددة
دعم المستخدمين

لندع عملائنا يتحدثون

ما هو رأي عملائنا بخدمة Greip ؟

مرونة عالية في الأسعار

باقات تناسب جميع الإحتياجات

شهرياً
سنوياً
Free
تسمح لك بتجربة خدمتنا
$0.00/ شهرياً
15k Request / mo
IP Geolocation
VPN/Proxy Detection
Profanity API
Country Lookup
Device Module
Premium
مناسب للشركات الصغيرة والمتوسطة
$29.99/ شهرياً
400K Request / mo
All Features in "Standard"
Payment Fraud Detection
IBAN Validation
ASN Lookup
Data Validation
10% back of requests
2 Webhooks
Unlimited Integrations
Pay-as-you-go
مناسب للشركات الكبيرة
---
Unlimited Requests
All features in "Premium"
High-volume Discounts
Highly Scalable
Premium Support
3 Webhooks
Unlimited Integrations
إنضم لعائلتنا المتكونة من الآلاف الشركات والمؤسسات حول العالم.
إبدأ الآن مجاناً