Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
HasData added
  • Loading branch information
valka465 authored Mar 28, 2024
1 parent 90f45fd commit 3fc1024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import proxy from './services/proxy';
import searchapi from './services/searchapi';
import valueSerp from './services/valueserp';
import serper from './services/serper';
import hasdata from './services/hasdata';

export default [
scrapingRobot,
Expand All @@ -18,4 +19,5 @@ export default [
searchapi,
valueSerp,
serper,
hasdata,
];

0 comments on commit 3fc1024

Please sign in to comment.