Colombia Secop Scraper
Pricing
Pay per usage
Go to Apify Store

Colombia Secop Scraper
Colombia SECOP Government Contracts Scraper. Structured data export for lead generation, enrichment, and competitive research.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Peter Skotte
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Colombia SECOP Government Contracts Scraper
Overview
Extract Colombian government procurement contracts from SECOP II via datos. gov. co.
Features
- Search by keywords to find specific results
- Filter results by category or type
- Export data in JSON, CSV, or Excel formats
Use Cases
- Monitor - Monitor international government procurement opportunities
- Track - Track regulatory changes across jurisdictions
- Build - Build cross-border compliance databases
- Aggregate - Aggregate international public sector data for research
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
query | string | Full-text search query | |
entidad | string | Filter by contracting entity name | |
departamento | string | Filter by Colombian department/state | |
estado | string | Contract status filter | |
modalidad | string | Type of procurement process | |
limit | integer | Maximum number of contracts to return | 100 |
Output Example
Each result contains structured data like this:
{"id": "ABC-12345","proceso": "Sample proceso","estado": "Sample estado","entidad": "ABC-12345","contratista": "Sample contratista","objeto": "Sample objeto","tipoContrato": "Sample tipoContrato","modalidad": "ABC-12345","valorContrato": "Sample valorContrato","valorTotal": "Sample valorTotal","fechaFirma": "Sample fechaFirma","fechaFin": "Sample fechaFin","departamento": "Sample departamento","ciudad": "Sample ciudad"}
Pricing
This actor uses pay-per-result pricing:
- $0.001 per result
- $1.00 per 1,000 results
No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.
How to Run
Apify Console
- Go to the Colombia SECOP Government Contracts Scraper actor page
- Configure your input parameters
- Click Start and wait for the results
- Download data in JSON, CSV, or Excel format
API
curl -X POST "https://api.apify.com/v2/acts/fortuitous_pirate~colombia-secop-scraper/runs?token=YOUR_API_TOKEN" \-H "Content-Type: application/json" \-d '{"maxItems": 10}'
Python SDK
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("fortuitous_pirate/colombia-secop-scraper").call(run_input={"maxItems": 10})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
Integration
Connect Colombia SECOP Government Contracts Scraper with your existing tools and workflows:
- API access - Programmatic access via Apify API
- Webhooks - Get notified when scraping completes
- Scheduling - Set up recurring runs on any schedule
- Zapier / Make - Connect with 5,000+ apps via Apify integrations
- Python / Node.js SDKs - Native client libraries for easy integration